Skip to content

Commit

Permalink
correction of docker image use for sirius solver found
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Dec 17, 2020
1 parent bdcd504 commit 13637e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install -r src/src_python/requirements.txt
- name: Init submodule
run: |
git submodule update --init --recursive
- name: Configure
run: |
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ if(NOT ortools_FOUND)
message (FATAL_ERROR "OR-Tools not found. OR-Tools can be compiled with -DBUILD_ortools=ON or you can specify previous dependency install directory with -DCMAKE_PREFIX_PATH or -DDEPS_INSTALL_DIR")
endif()

if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()

find_package(sirius_solver REQUIRED)

Expand Down

0 comments on commit 13637e9

Please sign in to comment.