Fix finding ChangeLog when building

Keep the first optional argument of get_version.sh as "--strict" and
make the second the PROJECT_SOURCE_DIR plus trailing slash from
CMakeLists.txt
This commit is contained in:
Chris Mayo
2017-06-26 19:23:58 +01:00
parent afadf3ea3f
commit 7a350a5e83
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ else
fi
# Get version (and check that the repository is clean)
VERSION=$(../get_version.sh --strict)
VERSION=$(../get_version.sh --strict ../)
if [ ! $? -eq 0 ]
then
echo >&2 "Error: get_version.sh failed!"