We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2535c67 commit e9f5093Copy full SHA for e9f5093
1 file changed
CMakeLists.txt
@@ -6,6 +6,9 @@ project(
6
LANGUAGES C CXX ASM
7
)
8
9
+# for CMake 4.x compatible
10
+set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
11
+
12
# Utility Modules and Find Modules
13
include(FindPackageHandleStandardArgs)
14
include(CheckCXXCompilerFlag)
0 commit comments