Commit 021976a 1 parent 9c9a9e5 commit 021976a Copy full SHA for 021976a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
--event-handlers console_cohesion+ \
89
89
--cmake-force-configure \
90
90
--cmake-args -GNinja -DCMAKE_BUILD_TYPE=Release \
91
- -DINSTALL_OMPL=OFF -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF \
91
+ -DINSTALL_OMPL=OFF -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=ON -DBUILD_SNOPT=OFF \
92
92
-DBUILD_SHARED_LIBS=ON -DTESSERACT_ENABLE_EXAMPLES=OFF \
93
93
-DVCPKG_APPLOCAL_DEPS=OFF -DTRAJOPT_ENABLE_TESTING=ON \
94
94
-DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 \
Original file line number Diff line number Diff line change 61
61
with :
62
62
ccache-prefix : ${{ matrix.distro }}
63
63
vcs-file : .github/workflows/windows_dependencies.repos
64
- upstream-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=x64-windows-release -DCMAKE_BUILD_TYPE=Release -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF
64
+ upstream-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=x64-windows-release -DCMAKE_BUILD_TYPE=Release -DBUILD_IPOPT=ON -DBUILD_SNOPT=OFF
65
65
target-path : target_ws/src
66
66
target-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=x64-windows-release -DCMAKE_BUILD_TYPE=Release -DTRAJOPT_ENABLE_TESTING=ON
You can’t perform that action at this time.
0 commit comments