aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2017-05-02 10:12:18 +0000
committerGerrit Code Review <gerrit@fd.io>2017-05-02 10:12:18 +0000
commit1ae6dc57663401973bbbdd090776494b194957d1 (patch)
treece130ea3f1bf458282608d9ef779278e40ce8c73
parentd2fe8ca74327023401e1deda116f486d6965d16a (diff)
parentd2dad1beccd153b4ad2267162dcf8c51bc0dfe48 (diff)
Merge "Fixing typo in libdash cmakelists.txt" into viper/master
-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)