Changeset: 9c85a86a8440 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9c85a86a8440
Modified Files:
CMakeLists.txt
Branch: Aug2024
Log Message:
also install the cmake version file
diffs (15 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -182,6 +182,11 @@ install(FILES
DESTINATION ${EXPORT_TARGET_PATH}
COMPONENT monetdbdev)
+install(FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/MonetDBConfigVersion.cmake
+ DESTINATION ${EXPORT_TARGET_PATH}
+ COMPONENT monetdbdev)
+
include(monetdb-packages)
include(CTest)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]