Skip to content

Commit

Permalink
folder now correct
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 1, 2023
1 parent 992b3f5 commit 4b1a815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gha_linux_pykep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cmake --build . --target=install --config=Release -- -j 2
# Then we build and install pykep
cd ..
mkdir build_pykep
cd build_pykep
cmake -G "Ninja" ../ -DCMAKE_INSTALL_PREFIX=$deps_dir -DCMAKE_PREFIX_PATH=$deps_dir -DCMAKE_BUILD_TYPE=Release -Dkep3_BUILD_TESTS=no -Dkep3_BUILD_BENCHMARKS=no -Dkep3_BUILD_PYTHON_BINDINGS=yes -DBoost_NO_BOOST_CMAKE=ON
cmake --build . --target=install --config=Release -- -j 2

Expand Down

0 comments on commit 4b1a815

Please sign in to comment.