Skip to content

Commit

Permalink
Merge pull request #21 from AntaresSimulatorTeam/fix/ortools_build_error
Browse files Browse the repository at this point in the history
just for test
  • Loading branch information
sgatto authored Dec 2, 2021
2 parents 073e64e + 4ce1e1d commit 1f7a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ if(BUILD_ortools)
TAG
${ORTOOLS_BRANCH}
CMAKE_ARGS
"${ORTOOLS_CMAKE_ARGS} -DCMAKE_PREFIX_PATH=${DEPS_INSTALL_DIR} -DBUILD_DEPS=OFF -DUSE_COINOR=ON -DBUILD_PYTHON=OFF -DBUILD_TESTING=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_FLATZINC=OFF"
"${ORTOOLS_CMAKE_ARGS} -DBUILD_DEPS=OFF -DUSE_COINOR=ON -DBUILD_PYTHON=OFF -DBUILD_TESTING=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_FLATZINC=OFF"
)
endif()

Expand Down

0 comments on commit 1f7a15a

Please sign in to comment.