File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
1+ cmake_minimum_required (VERSION 3.10 )
82project (ctranslate2)
93
104option (WITH_MKL "Compile with Intel MKL backend" ON )
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ See the [installation guide](installation.md) for more information.
7979** 2\. Add CTranslate2 to your CMakeLists.txt**
8080
8181``` cmake
82- cmake_minimum_required (VERSION 2.8.11 )
82+ cmake_minimum_required (VERSION 3.10 )
8383project (CTRANSLATE2_DEMO)
8484
8585find_package(ctranslate2)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.7 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (wngt2020)
33set (CMAKE_CXX_STANDARD 11)
44set (CMAKE_BUILD_TYPE Release)
You can’t perform that action at this time.
0 commit comments