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 b42d3ca commit 1c1ab5dCopy full SHA for 1c1ab5d
CMakeLists.txt
@@ -1,10 +1,4 @@
1
-cmake_minimum_required(VERSION 3.7)
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
+cmake_minimum_required(VERSION 3.10)
8
project(ctranslate2)
9
10
option(WITH_MKL "Compile with Intel MKL backend" ON)
examples/wngt2020/CMakeLists.txt
@@ -1,4 +1,4 @@
project(wngt2020)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_BUILD_TYPE Release)
0 commit comments