We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3f51c commit 84e5d99Copy full SHA for 84e5d99
1 file changed
CMakeLists.txt
@@ -1,4 +1,8 @@
1
cmake_minimum_required(VERSION 3.16)
2
+# CMP0169: Allow FetchContent_Populate() for deps without CMakeLists.txt
3
+if(POLICY CMP0169)
4
+ cmake_policy(SET CMP0169 OLD)
5
+endif()
6
project(fastmcpp VERSION 2.14.1 LANGUAGES CXX)
7
8
set(CMAKE_CXX_STANDARD 17)
0 commit comments