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.
2 parents dbfa57d + fb4e147 commit a54c24aCopy full SHA for a54c24a
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