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 bba03cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 All @@ -149,6 +150,7 @@ jobs:
mkdir build
cd build
cmake -GNinja \
-D CMAKE_INSTALL_LIBDIR=lib \
-DBoost_NO_BOOST_CMAKE=ON \
-DDD4HEP_USE_XERCESC=ON \
-DCMAKE_CXX_STANDARD=20 ..
Expand Down

0 comments on commit bba03cf

Please sign in to comment.