blob: 4562f5571eff2fb3447c9007bbd927cac3b0edc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2024-05-29 12:19:48 UTC
+++ CMakeLists.txt
@@ -181,7 +181,7 @@ foreach (cminpack_lib ${cminpack_libs})
endif ()
configure_file (cmake/cminpack.pc.in ${pkg_conf_file} @ONLY)
install (FILES ${pkg_conf_file}
- DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/pkgconfig/ COMPONENT pkgconfig)
+ DESTINATION libdata/pkgconfig/ COMPONENT pkgconfig)
endforeach ()
|