Skip to content

Commit 4c249e2

Browse files
committed
update cmakelists
1 parent 318af18 commit 4c249e2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ project(MyModule CXX)
2525

2626
option(MYMODULE_WITH_TESTS "Compile test projects" ON)
2727

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-
3628
# Get MyModule dependencies
3729
find_package(OpenGeode REQUIRED)
3830

0 commit comments

Comments
 (0)