cmake: Version - use CMAKE_CURRENT_LIST_DIR

This commit is contained in:
xiphon 2020-10-07 20:13:24 +00:00
parent d27d4526fe
commit 826a84478d
1 changed files with 1 additions and 1 deletions

View File

@ -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)