Compare commits

..

1 Commits

Author SHA1 Message Date
doe300 042b4c620b Merge branch 'shebang' into 'master' 2 months ago
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -40,9 +40,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options("-Wno-#warnings")
add_compile_options(-Wthread-safety -Wno-deprecated -Wstring-conversion -Wliteral-conversion)
if(APPLE)
add_link_options(-Wl,-no_warn_duplicate_libraries)
endif()
add_link_options(-Wl,-no_warn_duplicate_libraries)
endif()
if(APPLE)

Loading…
Cancel
Save