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 2f9199c + ddebf6f commit 3108d5eCopy full SHA for 3108d5e
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