Lines Matching full:version
3 # Generates header for which version is taken from (in order of precedence):
4 # 1) .tarball-version file
7 # Version is checked during configuration step and for every target
10 cmake_minimum_required(VERSION 3.13)
12 set(VERSION_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/version.cmake)
18 # - git version of the pull request
19 # - git version of the moving branch it's being merged with
24 message(STATUS "SOF version.cmake starting at ${build_start_time} UTC")
44 set(TARBALL_VERSION_FILE_NAME ".tarball-version")
116 # calculate hash of each listed files (from file version saved in file system)
147 include(${CMAKE_CURRENT_LIST_DIR}/version-build-counter.cmake)