Mercurial > hg > MonetDB-extend
changeset 61:b42fe5c9bd34 default tip
update to new versioned monetdb directories
author | Niels Nes <niels@cwi.nl> |
---|---|
date | Mon, 23 Sep 2024 13:34:22 +0200 (6 months ago) |
parents | 60704489ee51 |
children | |
files | CMakeLists.txt cxx-reverse/CMakeLists.txt regexp/CMakeLists.txt reverse/CMakeLists.txt |
diffstat | 4 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Sat Feb 10 11:25:15 2024 +0100 +++ b/CMakeLists.txt Mon Sep 23 13:34:22 2024 +0200 @@ -35,6 +35,7 @@ #add_subdirectory(cxx-reverse) add_subdirectory(regexp) add_subdirectory(reverse) +add_subdirectory(gmean) add_subdirectory(monetdbe) add_custom_target(docs
--- a/cxx-reverse/CMakeLists.txt Sat Feb 10 11:25:15 2024 +0100 +++ b/cxx-reverse/CMakeLists.txt Mon Sep 23 13:34:22 2024 +0200 @@ -28,4 +28,4 @@ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY - DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5-${MonetDB_VERSION})
--- a/regexp/CMakeLists.txt Sat Feb 10 11:25:15 2024 +0100 +++ b/regexp/CMakeLists.txt Mon Sep 23 13:34:22 2024 +0200 @@ -28,7 +28,7 @@ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY - DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5-${MonetDB_VERSION}) add_custom_command(OUTPUT README.html COMMAND "rst2html" "-d" "${CMAKE_SOURCE_DIR}/README.rst" "README.html")
--- a/reverse/CMakeLists.txt Sat Feb 10 11:25:15 2024 +0100 +++ b/reverse/CMakeLists.txt Mon Sep 23 13:34:22 2024 +0200 @@ -27,7 +27,7 @@ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY - DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/monetdb5-${MonetDB_VERSION}) add_custom_command(OUTPUT README.html COMMAND "rst2html" "-d" "${CMAKE_SOURCE_DIR}/README.rst" "README.html")