From c44b9b6ffa625b9d8720ddb49364d298ef3adc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Tue, 31 Oct 2023 18:28:12 +0100 Subject: [PATCH] Install CMake Config files that are meant for installation --- AMD/CMakeLists.txt | 2 +- BTF/CMakeLists.txt | 2 +- CAMD/CMakeLists.txt | 2 +- CCOLAMD/CMakeLists.txt | 2 +- COLAMD/CMakeLists.txt | 2 +- CXSparse/CMakeLists.txt | 2 +- GraphBLAS/CMakeLists.txt | 2 +- KLU/CMakeLists.txt | 2 +- LDL/CMakeLists.txt | 2 +- Mongoose/CMakeLists.txt | 2 +- ParU/CMakeLists.txt | 2 +- RBio/CMakeLists.txt | 2 +- SPEX/CMakeLists.txt | 2 +- UMFPACK/CMakeLists.txt | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/AMD/CMakeLists.txt b/AMD/CMakeLists.txt index d9476fbe8..4f03c34f7 100644 --- a/AMD/CMakeLists.txt +++ b/AMD/CMakeLists.txt @@ -192,7 +192,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/AMDConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/AMDConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/AMDConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/AMD ) diff --git a/BTF/CMakeLists.txt b/BTF/CMakeLists.txt index fdb2ebf76..967eae1e3 100644 --- a/BTF/CMakeLists.txt +++ b/BTF/CMakeLists.txt @@ -180,7 +180,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/BTFConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/BTFConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/BTFConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/BTF ) diff --git a/CAMD/CMakeLists.txt b/CAMD/CMakeLists.txt index a5b3fcc5e..6f94fad9a 100644 --- a/CAMD/CMakeLists.txt +++ b/CAMD/CMakeLists.txt @@ -182,7 +182,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/CAMDConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/CAMDConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/CAMDConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/CAMD ) diff --git a/CCOLAMD/CMakeLists.txt b/CCOLAMD/CMakeLists.txt index fe1a84e47..e88360844 100644 --- a/CCOLAMD/CMakeLists.txt +++ b/CCOLAMD/CMakeLists.txt @@ -179,7 +179,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/CCOLAMDConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/CCOLAMDConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/CCOLAMDConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/CCOLAMD ) diff --git a/COLAMD/CMakeLists.txt b/COLAMD/CMakeLists.txt index b5a29e891..d967831e5 100644 --- a/COLAMD/CMakeLists.txt +++ b/COLAMD/CMakeLists.txt @@ -179,7 +179,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/COLAMDConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/COLAMDConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/COLAMDConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/COLAMD ) diff --git a/CXSparse/CMakeLists.txt b/CXSparse/CMakeLists.txt index 5f13056a2..65a73c518 100644 --- a/CXSparse/CMakeLists.txt +++ b/CXSparse/CMakeLists.txt @@ -212,7 +212,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/CXSparseConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/CXSparseConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/CXSparseConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/CXSparse ) diff --git a/GraphBLAS/CMakeLists.txt b/GraphBLAS/CMakeLists.txt index 447f04552..4c56855c0 100644 --- a/GraphBLAS/CMakeLists.txt +++ b/GraphBLAS/CMakeLists.txt @@ -512,7 +512,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/GraphBLASConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/GraphBLASConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/GraphBLASConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/GraphBLAS ) diff --git a/KLU/CMakeLists.txt b/KLU/CMakeLists.txt index 84b2659ba..003f1157b 100644 --- a/KLU/CMakeLists.txt +++ b/KLU/CMakeLists.txt @@ -346,7 +346,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/KLUConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/KLUConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/KLUConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/KLU ) diff --git a/LDL/CMakeLists.txt b/LDL/CMakeLists.txt index b428e53fb..f5904471f 100644 --- a/LDL/CMakeLists.txt +++ b/LDL/CMakeLists.txt @@ -187,7 +187,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/LDLConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/LDLConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/LDLConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/LDL ) diff --git a/Mongoose/CMakeLists.txt b/Mongoose/CMakeLists.txt index 8ce6ef49f..396b53b43 100644 --- a/Mongoose/CMakeLists.txt +++ b/Mongoose/CMakeLists.txt @@ -518,7 +518,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/MongooseConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/MongooseConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/MongooseConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/Mongoose ) diff --git a/ParU/CMakeLists.txt b/ParU/CMakeLists.txt index ba6234ea2..bedfa24b2 100644 --- a/ParU/CMakeLists.txt +++ b/ParU/CMakeLists.txt @@ -279,7 +279,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/ParUConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/ParUConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/ParUConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/ParU ) diff --git a/RBio/CMakeLists.txt b/RBio/CMakeLists.txt index b352b3151..6bda0108d 100644 --- a/RBio/CMakeLists.txt +++ b/RBio/CMakeLists.txt @@ -180,7 +180,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/RBioConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/RBioConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/RBioConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/RBio ) diff --git a/SPEX/CMakeLists.txt b/SPEX/CMakeLists.txt index b69c700d9..a3fbb270c 100644 --- a/SPEX/CMakeLists.txt +++ b/SPEX/CMakeLists.txt @@ -237,7 +237,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/SPEXConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/SPEXConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/SPEXConfigVersion.cmake ${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/FindGMP.cmake ${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/FindMPFR.cmake diff --git a/UMFPACK/CMakeLists.txt b/UMFPACK/CMakeLists.txt index df1a098b3..921be8878 100644 --- a/UMFPACK/CMakeLists.txt +++ b/UMFPACK/CMakeLists.txt @@ -286,7 +286,7 @@ write_basic_package_version_file ( COMPATIBILITY SameMajorVersion ) install ( FILES - ${CMAKE_CURRENT_BINARY_DIR}/UMFPACKConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/target/UMFPACKConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/UMFPACKConfigVersion.cmake DESTINATION ${SUITESPARSE_PKGFILEDIR}/cmake/UMFPACK )