We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9199c commit ddebf6fCopy full SHA for ddebf6f
1 file changed
src/Index.cmake
@@ -8,6 +8,8 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
8
# fix DOWNLOAD_EXTRACT_TIMESTAMP warning in FetchContent
9
cmake_policy(SET CMP0135 NEW)
10
# make CheckIPOSupported prefer to honor the calling project's flags
11
+ # this fixes check_ipo_supported() to find clang-scan-deps correctly
12
+ cmake_policy(SET CMP0137 NEW)
13
cmake_policy(SET CMP0138 NEW)
14
endif()
15
0 commit comments