Skip to content

Commit d8883e5

Browse files
committed
add cmake_policy
1 parent 869e471 commit d8883e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serious_python_windows/windows/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project(${PROJECT_NAME} LANGUAGES CXX)
1111
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1212
# versions of CMake.
1313
cmake_policy(VERSION 3.14...3.25)
14+
cmake_policy(SET CMP0063 NEW)
1415

1516
# This value is used when generating builds using this plugin, so it must
1617
# not be changed

0 commit comments

Comments
 (0)