Skip to content

Commit

Permalink
fix local_install
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 20, 2023
1 parent 15a49b3 commit ac7f239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/SuiteSparsePolicy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ endif ( )

if ( INSIDE_SUITESPARSE )
# append ../lib to the install and build runpaths
list ( APPEND CMAKE_INSTALL_RPATH ${SUITESPARSE_FULL_LIBDIR} )
list ( APPEND CMAKE_INSTALL_RPATH ${SUITESPARSE_LIBDIR} )
list ( APPEND CMAKE_BUILD_RPATH ${SUITESPARSE_LIBDIR} )
endif ( )

Expand Down

0 comments on commit ac7f239

Please sign in to comment.