🔧 Replaced makefile with cmake

This commit is contained in:
2020-10-19 15:51:06 +02:00
parent 76a08be0ef
commit f79af11e76
4 changed files with 17 additions and 13 deletions

View File

@ -7,5 +7,4 @@ string(REGEX REPLACE /[^0-9\\.]/ "" VERSION ${VERSION_DIRTY})
string(REPLACE "." "_" VERSION_UNDERSCORE ${VERSION})
message("Latest VERSION ${VERSION}")
configure_file("templates/install-${TOOL}.sh.in" install-${TOOL}.sh @ONLY)
configure_file("${CMAKE_CURRENT_LIST_DIR}/templates/install-${TOOL}.sh.in" "${CMAKE_CURRENT_LIST_DIR}/install-${TOOL}.sh" @ONLY)