ECC-1098: CMake: define version in the project declaration (in CMakeLists.txt)

This commit is contained in:
Shahram Najm 2020-03-24 14:04:57 +00:00
parent d9a71af208
commit f831675b10
2 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@ EXTRA_DIST = README AUTHORS NOTICE LICENSE ChangeLog version.sh html \
perf/time.sh \
CMakeLists.txt \
project_summary.cmake \
VERSION.cmake \
eccodes_config.h.in \
examples/CMakeLists.txt \
data/CMakeLists.txt \

View File

@ -1 +0,0 @@
set( ${PROJECT_NAME}_VERSION_STR "2.18.0" )