Changeset: 553dda354995 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=553dda354995
Modified Files:
        testing/CMakeLists.txt
Branch: cmake-fun
Log Message:

Install Mapprove.py.bat on Windows.


diffs (11 lines):

diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -65,6 +65,7 @@ endif()
 
 if(WIN32)
        install(FILES Mlog.bat Mtest.py.bat DESTINATION ${BINDIR})
+       install(FILES Mtest.py.bat DESTINATION ${BINDIR} RENAME Mapprove.py.bat)
        install(FILES $<TARGET_PDB_FILE:Mdiff> DESTINATION ${BINDIR} OPTIONAL)
 else()
        find_program(BASH NAMES bash DOC "bash interpreter fullpath")
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to