Unverified Commit 6b34ae42 authored by Michał Karzyński's avatar Michał Karzyński Committed by GitHub

Merge branch 'master' into tsocha/improve-cmake-grama

parents b50c17bf c1220108
......@@ -53,7 +53,7 @@ endfunction()
function(NGRAPH_GET_MOST_RECENT_TAG)
find_package(Git REQUIRED)
execute_process(
COMMAND ${GIT_EXECUTABLE} describe --tags --abbrev=0
COMMAND ${GIT_EXECUTABLE} describe --tags --abbrev=0 --match v*.*.*
RESULT_VARIABLE RESULT
OUTPUT_VARIABLE TAG
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment