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 531828a commit 1582922Copy full SHA for 1582922
CMakeLists.txt
@@ -95,12 +95,6 @@ endif()
95
# set the path where we can find the findXXX.cmake
96
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
97
98
-if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
99
- # -Wno-c++11-narrowing to solve "non-type template argument evaluates to -1" error in boost::gil
100
- # -Wno-deprecated-register to avoid the noise of some older eigen versions
101
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-c++11-extensions -Wno-c++11-narrowing -Wno-deprecated-register")
102
-endif()
103
-
104
if(APPLE)
105
106
# avoid the cmake policy warning about @rpath in MacOSX
0 commit comments