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 869e471 commit d8883e5Copy full SHA for d8883e5
src/serious_python_windows/windows/CMakeLists.txt
@@ -11,6 +11,7 @@ project(${PROJECT_NAME} LANGUAGES CXX)
11
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
12
# versions of CMake.
13
cmake_policy(VERSION 3.14...3.25)
14
+cmake_policy(SET CMP0063 NEW)
15
16
# This value is used when generating builds using this plugin, so it must
17
# not be changed
0 commit comments