Unverified Commit f85b1b83 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

remove debug statement (#2012)

parent 782ecd2f
......@@ -20,8 +20,6 @@ include(cmake/Modules/git_tags.cmake)
NGRAPH_GET_VERSION_LABEL()
set(NGRAPH_VERSION_LABEL "?.?.?+0123456")
string(REGEX MATCH "([0-9?]+)\.([0-9?]+)\.([0-9?]+)" NGRAPH_VERSION_SHORT "${NGRAPH_VERSION_LABEL}")
string(REGEX MATCH "([0-9?]+)\.([0-9?]+)" NGRAPH_API_VERSION "${NGRAPH_VERSION_LABEL}")
string(REGEX MATCH "[^v](.*)" NGRAPH_VERSION "${NGRAPH_VERSION_LABEL}")
......
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