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 bcc3a6a commit 260e9bcCopy full SHA for 260e9bc
C/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20)
3
cmake_policy(SET CMP0177 NEW)
4
5
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
6
-set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
+# set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
7
8
project (NDTable)
9
0 commit comments