diff --git a/CMakeLists.txt b/CMakeLists.txt index 29be9eda..18303532 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()