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 318af18 commit 4c249e2Copy full SHA for 4c249e2
CMakeLists.txt
@@ -25,14 +25,6 @@ project(MyModule CXX)
25
26
option(MYMODULE_WITH_TESTS "Compile test projects" ON)
27
28
-#------------------------------------------------------------------------------------------------
29
-# Platform dependent settings
30
-if(UNIX)
31
- add_compile_options(-Wall -Wextra -Wno-attributes)
32
-else()
33
- add_compile_options(/DNOMINMAX)
34
-endif()
35
-
36
# Get MyModule dependencies
37
find_package(OpenGeode REQUIRED)
38
0 commit comments