Skip to content

Commit

Permalink
Merge pull request #519 from mmuetzel/mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis authored Nov 16, 2023
2 parents 3b4d029 + 25f4899 commit 9a12e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mongoose/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ install ( TARGETS Mongoose
if ( NOT NSTATIC )
install ( TARGETS Mongoose_static
EXPORT MongooseTargets
ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR} )
ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR}
PUBLIC_HEADER DESTINATION ${SUITESPARSE_INCLUDEDIR} )
endif ( )
install ( TARGETS mongoose_exe
RUNTIME DESTINATION ${SUITESPARSE_BINDIR} )
Expand Down

0 comments on commit 9a12e5e

Please sign in to comment.