Skip to content

Commit 260e9bc

Browse files
committed
Don't set CMAKE_POLICY_DEFAULT_CMP0091
1 parent bcc3a6a commit 260e9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
33
cmake_policy(SET CMP0177 NEW)
44

55
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
6-
set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
6+
# set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
77

88
project (NDTable)
99

0 commit comments

Comments
 (0)