File release-version.patch of Package hydrogen
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d12f6e..49e51b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,12 +23,7 @@ set(VERSION_PATCH "3")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Consider any tagged commit as a release build
-execute_process(COMMAND git describe --exact-match --tags OUTPUT_VARIABLE GIT_ON_TAG)
-if(GIT_ON_TAG)
- set(IS_DEVEL_BUILD "false")
-else()
- set(IS_DEVEL_BUILD "true")
-endif()
+set(IS_DEVEL_BUILD "false")
# In order to avoid for things to get out of sync, it is also possible to hand
# over a version (from e.g. the build pipeline) and bypass the version string