Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
hydrogen
release-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor