Update README.md

This commit is contained in:
Mizux
2020-11-19 16:42:41 +01:00
committed by GitHub
parent 8450436f44
commit 30a64eb82d

View File

@@ -114,7 +114,7 @@ note: You may need to set
in order for CMake to find your OR-Tools installation.
```cmake
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.14)
project(myproj VERSION 1.0)
find_package(ortools CONFIG REQUIRED)
@@ -141,7 +141,7 @@ Note: The **ortools::ortools** target is in this case an ALIAS library target
for the **ortools** library target.
```cmake
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.14)
project(myproj VERSION 1.0)
add_subdirectory(or-tools)