Skip to content

Commit

Permalink
flags
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Dec 17, 2023
1 parent 98f7885 commit 4968a9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/PitchTrack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ if (APPLE)
XCODE_ATTRIBUTE_CLANG_LINK_OBJC_RUNTIME NO
XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH[variant=Debug] "YES")
endforeach()
endif()
endif()

if (LINUX)
set (CMAKE_CXX_FLAGS "-stdlib=libc++ -std=c++20")
endif()

0 comments on commit 4968a9f

Please sign in to comment.