cmake: Version - use CMAKE_CURRENT_LIST_DIR

remotes/1691602464505633909/tmp_refs/heads/wonerujo-v0.10.1
xiphon 4 years ago
parent d27d4526fe
commit 826a84478d

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