0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-08-26 11:43:44 +03:00

Fix generating version.h.in when project is used as subdirectory

Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>
This commit is contained in:
Tiziano Bacocco 2025-08-23 21:11:24 +02:00
parent a0b03105b3
commit 3a016ee588

View File

@ -22,7 +22,7 @@ if(NOT DEFINED GIT_VERSION)
endif()
configure_file(
${CMAKE_SOURCE_DIR}/limereport/version.h.in
${CMAKE_BINARY_DIR}/limereport/version.h
${CMAKE_CURRENT_SOURCE_DIR}/limereport/version.h.in
${CMAKE_CURRENT_BINARY_DIR}/limereport/version.h
@ONLY)