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 aa5ebde commit fb4e147Copy full SHA for fb4e147
CMakeLists.txt
@@ -23,7 +23,7 @@ if(NOT COMPILER_SUPPORTS_CXX11)
23
endif()
24
25
#compiler flags
26
-if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
27
28
MESSAGE(STATUS "Setting Clang flags")
29
set(CMAKE_CXX_FLAGS " --std=c++11 -W -march=native -fPIC -O3 -ldl" CACHE STRING "compile flags" FORCE)
0 commit comments