diff options
author | Michele Calgaro <[email protected]> | 2022-06-20 18:03:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-20 18:03:32 +0900 |
commit | 269fb87de86133a469875841c9e84dbc286d5155 (patch) | |
tree | 93108063a36ff7a07350e43214fad2fda4574d9d | |
parent | 1adc3202d26f0f78793ae8dfa6bf39d2f7caccd3 (diff) | |
download | arts-269fb87de86133a469875841c9e84dbc286d5155.tar.gz arts-269fb87de86133a469875841c9e84dbc286d5155.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b0a1e683ac867ed74c22b3e04ea24148b65b441a)
-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 ) |