diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 87e89a38..b0bb739a 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -4,7 +4,7 @@ if (NOT ENABLE_D AND NOT ENABLE_ACL AND NOT ENABLE_MS_TESTCASES) add_subdirectory(ge_local_engine) add_subdirectory(host_cpu_engine) add_subdirectory(executor) - add_subdirectory(offline) + #add_subdirectory(offline) elseif (ENABLE_D) add_subdirectory(common) add_subdirectory(ge_runtime)