Browse Source

Pre Merge pull request !1086 from yanghaoran/release_tester

pull/1086/MERGE
yanghaoran Gitee 5 years ago
parent
commit
53a3a32100
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -3,7 +3,7 @@ project (GraphEngine[CXX])

set(GE_CODE_DIR ${CMAKE_CURRENT_LIST_DIR})
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY TRUE)
message("another test message to see if the branch is locked")
if (NOT BUILD_PATH)
set(BUILD_PATH "${CMAKE_SOURCE_DIR}/build")
endif()


Loading…
Cancel
Save