Skip to content

Commit 67a06b7

Browse files
committed
CMAKE_POLICY_DEFAULT_CMP0091
1 parent 991771b commit 67a06b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)