mirror of https://github.com/ecmwf/eccodes.git
ECC-1098: CMake: define version in the project declaration (in CMakeLists.txt)
This commit is contained in:
parent
d9a71af208
commit
f831675b10
|
@ -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 \
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
set( ${PROJECT_NAME}_VERSION_STR "2.18.0" )
|
Loading…
Reference in New Issue