We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ffe38 commit 604234cCopy full SHA for 604234c
1 file changed
CMakeLists.txt
@@ -4,6 +4,7 @@ project(mlir-tutorial LANGUAGES CXX C)
4
5
set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard to conform to")
6
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
7
+set(BUILD_DEPS ON)
8
9
find_package(MLIR REQUIRED CONFIG)
10
@@ -28,7 +29,7 @@ include(FetchContent)
28
29
FetchContent_Declare(
30
or-tools
31
GIT_REPOSITORY https://github.com/google/or-tools.git
- GIT_TAG main
32
+ GIT_TAG v9.0
33
)
34
FetchContent_MakeAvailable(or-tools)
35
message(STATUS "Done fetching or-tools")
0 commit comments