Bump cmake version to 3.13 (#2258)

This commit is contained in:
Evgeny Talanin
2020-09-18 18:58:12 +03:00
committed by GitHub
parent 20266276ec
commit fe99e055f2
11 changed files with 8 additions and 60 deletions

View File

@@ -14,7 +14,7 @@
# limitations under the License.
# ******************************************************************************
cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.13)
project (pyngraph)