You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch

11 lines
374 B

--- a/CMakeLists.txt 2021-02-10 06:05:42.000000000 +0100
+++ b/CMakeLists.txt 2021-03-06 11:51:15.594882519 +0100
@@ -175,6 +175,6 @@
endforeach ()
-install (EXPORT CMinpackConfig DESTINATION share/cminpack NAMESPACE cminpack::)
+install (EXPORT CMinpackConfig DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/cmake/cminpack NAMESPACE cminpack::)
add_subdirectory (examples)