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.
-Wpoison-system-directories
1 parent d1698b3 commit 4c0c68fCopy full SHA for 4c0c68f
cmake/compileroptions.cmake
@@ -100,7 +100,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
100
add_compile_options(-gdwarf-4)
101
endif()
102
103
- if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 16)
+ if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
104
add_compile_options(-Wno-poison-system-directories)
105
106
0 commit comments