diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 18:03:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 18:03:18 +0900 |
commit | b0a1e683ac867ed74c22b3e04ea24148b65b441a (patch) | |
tree | ed002c7e97e4e10bbf10228329e6211ef143ab15 | |
parent | 551db270aff210d1275e341fac194cfacab8f6d6 (diff) | |
download | arts-b0a1e683ac867ed74c22b3e04ea24148b65b441a.tar.gz arts-b0a1e683ac867ed74c22b3e04ea24148b65b441a.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 65ca8a8..8afd931 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,11 @@ set( ARTS_MICRO_VERSION 10 ) set( ARTS_VERSION "${ARTS_MAJOR_VERSION}.${ARTS_MINOR_VERSION}.${ARTS_MICRO_VERSION}" ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### user requested options #################### option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) |