From 172916c167fe03ad447ec0d70614b8807feee57a Mon Sep 17 00:00:00 2001 From: Martin Heistermann Date: Fri, 15 Jan 2021 14:06:33 +0100 Subject: [PATCH] Remove VERSION file, it is not needed: It is ready by the `vci_get_version` macro, the result only seems to be used by VCIDoxygen, which this project does not use. cf. #8 --- CMakeLists.txt | 2 -- VERSION | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 VERSION diff --git a/CMakeLists.txt b/CMakeLists.txt index 89b3fdc..59d6df8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,8 +83,6 @@ if ( QT5_FOUND ) target_link_libraries(CoMISo PUBLIC ${QT_LIBRARIES}) endif() -vci_get_version () - include (VCIOutput) set(COMISO_INCLUDE_DIRECTORIES "") diff --git a/VERSION b/VERSION deleted file mode 100644 index fa0e3df..0000000 --- a/VERSION +++ /dev/null @@ -1,5 +0,0 @@ -VERSION=1.1 -MAJOR=1 -MINOR=1 -PATCH=0 -ID=COMISO -- GitLab