Skip to content

Commit

Permalink
Turn off some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Mier committed Jun 19, 2024
1 parent e048226 commit 29a4d4d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,22 @@ ament_vendor(ortools_vendor
VCS_VERSION v9.9
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=Release
-DBUILD_DEPS:BOOL=ON
-DBUILD_DEPS:BOOL=OFF
-DBUILD_SAMPLES:BOOL=OFF
-DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_PYTHON:BOOL=OFF
-DBUILD_FLATZINC:BOOL=ON
-DBUILD_LP_PARSER:BOOL=ON
-DBUILD_MATH_OPT:BOOL=ON
-DBUILD_ZLIB:BOOL=ON
-DBUILD_ABSL:BOOL=ON
-DBUILD_PROTOBUF:BOOL=ON
-DBUILD_TESTING:BOOL=OFF
-DUSE_BOP:BOOL=ON # OFF not supported
-DUSE_GLOP:BOOL=ON # OFF not supported
-DUSE_COINOR:BOOL=OFF
-DUSE_PDLP:BOOL=OFF
-DUSE_SCIP:BOOL=OFF
PATCHES patches
)

Expand Down

0 comments on commit 29a4d4d

Please sign in to comment.