Skip to content
Snippets Groups Projects
Commit 79d1c480 authored by moenck's avatar moenck
Browse files

Slight refactoring of version

parent 6f8fdfec
Branches
Tags
No related merge requests found
Pipeline #14400 passed
Pipeline: biotracker

#14401

    cmake_minimum_required(VERSION 3.13)
    exec_program("git" ${CMAKE_CURRENT_SOURCE_DIR} ARGS "describe --abbrev=0 --tags" OUTPUT_VARIABLE GIT_TAG)
    file(READ VERSION PROJECT_VERSION)
    project(biotracker-utility
    VERSION ${GIT_TAG}
    VERSION ${PROJECT_VERSION}
    LANGUAGES CXX)
    include(GNUInstallDirs)
    ......
    File moved
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment