From: Mauro Sardara Date: Tue, 2 May 2017 09:50:35 +0000 (+0200) Subject: Fixing typo in libdash cmakelists.txt X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F6554%2F1;p=cicn.git Fixing typo in libdash cmakelists.txt Change-Id: Ibdd9cf7635e56b355d4f75685172c276ba68353e Signed-off-by: Mauro Sardara --- 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)