We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada4b36 commit 66b53a5Copy full SHA for 66b53a5
CMakeLists.txt
@@ -9,7 +9,9 @@ project(dqroboticspython)
9
set(CMAKE_CXX_STANDARD 17)
10
set(CMAKE_CXX_STANDARD_REQUIRED ON)
11
12
-add_compile_options(-Werror=return-type -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Woverloaded-virtual -fPIC)
+if(UNIX)
13
+ add_compile_options(-Werror=return-type -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Woverloaded-virtual -fPIC)
14
+endif()
15
16
if(APPLE)
17
message("Building not supported on this platform.")
0 commit comments