Skip to content

Commit

Permalink
Merge pull request #3 from fontanf/feature/update-cmake-files
Browse files Browse the repository at this point in the history
Update cmake files
  • Loading branch information
fontanf authored Jul 6, 2024
2 parents ecb15ef + 891a16b commit f7110fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
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(LocalSearchSolver LANGUAGES CXX)

# Avoid FetchContent warning.
cmake_policy(SET CMP0135 NEW)

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

Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ include(FetchContent)
FetchContent_Declare(
orproblems
GIT_REPOSITORY https://github.com/fontanf/orproblems.git
GIT_TAG b9e5b32ea612fd2cf23e71de0a969b6dd56ae5d3)
GIT_TAG ba099d6bd0ac186e4113fe340789a1800fa72852)
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../orproblems/")
FetchContent_MakeAvailable(orproblems)
17 changes: 0 additions & 17 deletions src/examples/variables.bzl

This file was deleted.

0 comments on commit f7110fd

Please sign in to comment.