Skip to content

Commit f7110fd

Browse files
authored
Merge pull request #3 from fontanf/feature/update-cmake-files
Update cmake files
2 parents ecb15ef + 891a16b commit f7110fd

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.15.0)
22

33
project(LocalSearchSolver LANGUAGES CXX)
44

5+
# Avoid FetchContent warning.
6+
cmake_policy(SET CMP0135 NEW)
7+
58
# Require C++14.
69
set(CMAKE_CXX_STANDARD 14)
710

extern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ include(FetchContent)
55
FetchContent_Declare(
66
orproblems
77
GIT_REPOSITORY https://github.com/fontanf/orproblems.git
8-
GIT_TAG b9e5b32ea612fd2cf23e71de0a969b6dd56ae5d3)
8+
GIT_TAG ba099d6bd0ac186e4113fe340789a1800fa72852)
99
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../orproblems/")
1010
FetchContent_MakeAvailable(orproblems)

src/examples/variables.bzl

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)