Skip to content

Commit 4a979f7

Browse files
committed
fix install location of CMake configuration files
lib/clSPARSE/cmake -> lib/cmake/clSPARSE
1 parent e525e05 commit 4a979f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ include( CMakePackageConfigHelpers )
282282

283283
set( LIB_INSTALL_DIR lib${SUFFIX_LIB} )
284284
set( INCLUDE_INSTALL_DIR include )
285-
set( ConfigPackageLocation ${LIB_INSTALL_DIR}/clSPARSE/cmake )
285+
set( ConfigPackageLocation ${LIB_INSTALL_DIR}/cmake/clSPARSE )
286286

287287
configure_package_config_file(
288288
clSPARSEConfig.cmake.in

0 commit comments

Comments
 (0)