summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/HandleVersionGeneration.cmake
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-16 15:48:31 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-16 15:48:31 -0800
commit4e69ff54b0b795fb17630ef678c84c656910062d (patch)
tree06c26fcde6013435c5c04b6b3d913b7f001ad036 /cmake/Modules/HandleVersionGeneration.cmake
parentd4184f852d9d4fedec84273f8fccf7745053e9b1 (diff)
downloadsubsurface-4e69ff54b0b795fb17630ef678c84c656910062d.tar.gz
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>
Diffstat (limited to 'cmake/Modules/HandleVersionGeneration.cmake')
-rw-r--r--cmake/Modules/HandleVersionGeneration.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/HandleVersionGeneration.cmake b/cmake/Modules/HandleVersionGeneration.cmake
index 801140462..b01d532ee 100644
--- a/cmake/Modules/HandleVersionGeneration.cmake
+++ b/cmake/Modules/HandleVersionGeneration.cmake
@@ -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
)