From d2b36beb182a20a2a5975f1476ca9fdd729a660f Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 2 Feb 2024 23:40:18 -0800 Subject: [PATCH] Include GNUInstallDirs to ensure on x64 Linux the lib folder will be named lib64 --- helics_apps-pip/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/helics_apps-pip/CMakeLists.txt b/helics_apps-pip/CMakeLists.txt index 8e5efd7..3602e12 100644 --- a/helics_apps-pip/CMakeLists.txt +++ b/helics_apps-pip/CMakeLists.txt @@ -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/