X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=dff07adfe4a09bb632c461be4510fd72a8682c4c;hb=8a03ad0d2457f11aa40328c9e0e132bb7517155d;hp=2d40e8022d01cd51352e5ce037e901030a71d47a;hpb=3925774e739509bb51df2c81addb3ab742c1801f;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d40e80..dff07ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ - # #================================================================================== # Copyright (c) 2019 Nokia @@ -23,7 +22,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "1" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "0" ) -set( patch_level "30" ) +set( patch_level "33" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_lib "lib" ) @@ -84,6 +83,11 @@ add_definitions( -DPATCH_VER=${patch_level}${spoiled_str} ) +# create a file with the deb name so that jenkins can extract it +execute_process( + COMMAND bash -c "echo ${CMAKE_CURRENT_BINARY_DIR}/rmr_${major_version}.${minor_version}.${patch_level}.deb >/tmp/rmr_deb_path" +) + # ---------------- setup nano/nng things --------------------------------------- if( NOT SKIP_EXTERNALS )