Skip to content

Commit

Permalink
Update CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jul 6, 2024
1 parent 7d75ba2 commit a95498f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.15.0)

project(TreeSearchSolver LANGUAGES CXX)

# Avoid FetchContent warning.
cmake_policy(SET CMP0135 NEW)

# Require C++11.
set(CMAKE_CXX_STANDARD 11)

Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FetchContent)
FetchContent_Declare(
orproblems
GIT_REPOSITORY https://github.com/fontanf/orproblems.git
GIT_TAG 538e605f7348b461710665fa0c62ec9d8ed8b3c4
GIT_TAG ba099d6bd0ac186e4113fe340789a1800fa72852
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../orproblems/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(orproblems)

0 comments on commit a95498f

Please sign in to comment.