Skip to content

Commit

Permalink
CI: key4hep: set CMAKE_INSTALL_LIBDIR, because Qt6 indiscriminately s…
Browse files Browse the repository at this point in the history
…ets GNUInstallDir :/
  • Loading branch information
andresailer committed Oct 17, 2024
1 parent 88179e4 commit 64c1374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
unset CPATH
echo "::group::CMakeConfig"
cmake -GNinja \
-D CMAKE_INSTALL_LIBDIR=lib \
-DDD4HEP_USE_GEANT4=ON \
-DBoost_NO_BOOST_CMAKE=ON \
-DDD4HEP_USE_LCIO=ON \
Expand Down

0 comments on commit 64c1374

Please sign in to comment.