Skip to content

Commit

Permalink
Include GNUInstallDirs to ensure on x64 Linux the lib folder will be …
Browse files Browse the repository at this point in the history
…named lib64
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent dd4fdd9 commit d2b36be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helics_apps-pip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if(DEFINED ENV{CIBUILDWHEEL} AND HELICS_DOWNLOAD_URL AND SKBUILD_STATE STREQUAL
)
FetchContent_MakeAvailable(helics-bin)
# Only include the things we actually need for the helics_apps in the wheels to minimize overall file size
include(GNUInstallDirs) # used so default BIN/LIB subfolder names will match HELICS
if(EXISTS ${helics-bin_SOURCE_DIR}/bin)
install(
DIRECTORY ${helics-bin_SOURCE_DIR}/bin/
Expand Down

0 comments on commit d2b36be

Please sign in to comment.