Merge pull request #6867

826a84478 cmake: Version - use CMAKE_CURRENT_LIST_DIR (xiphon)
pull/6902/head
Alexander Blair 4 years ago
commit bf65b07718
No known key found for this signature in database
GPG Key ID: C64552D877C32479

@ -28,7 +28,7 @@
function (write_version tag)
set(VERSIONTAG "${tag}" CACHE STRING "The tag portion of the Monero software version" FORCE)
configure_file("${CMAKE_SOURCE_DIR}/src/version.cpp.in" "${CMAKE_BINARY_DIR}/version.cpp")
configure_file("${CMAKE_CURRENT_LIST_DIR}/../src/version.cpp.in" "${CMAKE_BINARY_DIR}/version.cpp")
endfunction ()
find_package(Git QUIET)

Loading…
Cancel
Save