aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdash/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdash/CMakeLists.txt b/libdash/CMakeLists.txt
index 08e48635..7041a005 100644
--- a/libdash/CMakeLists.txt
+++ b/libdash/CMakeLists.txt
@@ -190,7 +190,7 @@ set(CPACK_PACKAGE_CONTACT ${CONTACT})
set(CPACK_COMPONENTS_ALL library headers documentation)
# Get the version
-execute_process(COMMAND bash ${CMAKE_SOURCE_DIR}/scripts/version
+execute_process(COMMAND bash ${CMAKE_SOURCE_DIR}/../scripts/version
OUTPUT_VARIABLE PACKAGE_VERSION)
if (PACKAGE_VERSION)