mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cmake: fix version generation
In the cmake module we no longer had a way to get back to the main scripts directory. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d4184f852d
commit
4e69ff54b0
2 changed files with 8 additions and 7 deletions
|
@ -13,5 +13,6 @@ add_custom_target(
|
|||
-D SRC=${CMAKE_BINARY_DIR}/version.h.in
|
||||
-D DST=${CMAKE_BINARY_DIR}/ssrf-version.h
|
||||
-D CMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME}
|
||||
-D CMAKE_TOP_SRC_DIR=${CMAKE_SOURCE_DIR}
|
||||
-P ${CMAKE_BINARY_DIR}/version.cmake
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue