Browse Source

change python3.7 to python3

pull/128/head
taoxudonghaha 4 years ago
parent
commit
6cbfe70c00
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CMakeLists.txt
  2. +1
    -1
      metadef

+ 1
- 1
CMakeLists.txt View File

@@ -10,7 +10,7 @@ endif()
option(ENABLE_OPEN_SRC "Enable graphengine compile in opensource." FALSE)

if (ENABLE_OPEN_SRC)
set(HI_PYTHON python3.7)
set(HI_PYTHON python3)

include(cmake/external_libs/protobuf_shared.cmake)
include(cmake/external_libs/protoc.cmake)


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 220067ec17e13e5cc913e9e2c5895fcabaa5bd59
Subproject commit 4b13d69c481624560af8854e5d9500cd5cadde8f

Loading…
Cancel
Save