From 071e7cff8a27a1fd59727660a7f2127c1db2ffeb Mon Sep 17 00:00:00 2001 From: isaactalx Date: Wed, 3 Feb 2021 12:28:50 +0800 Subject: [PATCH] smoke test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f88da24e..638cb0d7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 3.14) project (GraphEngine[CXX]) + set(GE_CODE_DIR ${CMAKE_CURRENT_LIST_DIR}) set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY TRUE)