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 1c77733 commit c0831b7Copy full SHA for c0831b7
CMakeLists.txt
@@ -3,6 +3,11 @@
3
4
cmake_minimum_required(VERSION 3.28)
5
6
+if(POLICY CMP0167)
7
+ # Prefer the upstream BoostConfig.cmake file instead of the builtin FindBoost module: https://cmake.org/cmake/help/latest/policy/CMP0167.html
8
+ cmake_policy(SET CMP0167 NEW)
9
+endif()
10
+
11
# Export compile commands for other tools, e.g. SonarLint.
12
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
13
0 commit comments