mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user