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 4f81649 commit 92d6b71Copy full SHA for 92d6b71
CMakeLists.txt
@@ -1,4 +1,10 @@
1
cmake_minimum_required(VERSION 3.10)
2
+
3
+# Set policy for setting the MSVC runtime library for static MSVC builds
4
+if(POLICY CMP0091)
5
+ cmake_policy(SET CMP0091 NEW)
6
+endif()
7
8
project(ctranslate2)
9
10
option(WITH_MKL "Compile with Intel MKL backend" ON)
0 commit comments