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:
Dirk Hohndel 2015-12-16 15:48:31 -08:00
parent d4184f852d
commit 4e69ff54b0
2 changed files with 8 additions and 7 deletions

View file

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