Commit 0354192c authored by nmostafa's avatar nmostafa

Merge remote-tracking branch 'upstream/master' into nmostafa/recompile

parents b5ab8ca1 ddc261b9
......@@ -540,7 +540,7 @@ if(NGRAPH_CODEGEN_ENABLE)
elseif (NOT MSVS)
include(cmake/external_llvm.cmake)
else()
message(FATAL_ERROR "CODEGEN not support on Windows!")
message(FATAL_ERROR "CODEGEN is not supported on Windows!")
endif()
endif()
......
......@@ -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