This is an automated email from the ASF dual-hosted git repository. jcf94 pushed a commit to branch jcf94-patch-1 in repository https://gitbox.apache.org/repos/asf/tvm.git
commit f6f42da64c696017e56d3ccb1f47672398737289 Author: Chenfan <[email protected]> AuthorDate: Tue Aug 24 14:06:30 2021 +0800 [FLAKY] A small bug fix on the CmakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aef4ff1..127ba50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -346,7 +346,7 @@ if(USE_GRAPH_RUNTIME_DEBUG AND NOT DEFINED USE_PROFILER) message(WARNING "USE_GRAPH_RUNTIME_DEBUG renamed to USE_PROFILER. Please update your config.cmake") set(USE_PROFILER ${USE_GRAPH_RUNTIME_DEBUG}) unset(USE_GRAPH_RUNTIME_DEBUG CACHE) -endif(USE_GRAPH_RUNTIME_DEBUG AND NOT DEFINED USE_GRAPH_EXECUTOR_DEBUG) +endif(USE_GRAPH_RUNTIME_DEBUG AND NOT DEFINED USE_PROFILER) if(USE_GRAPH_EXECUTOR) message(STATUS "Build with Graph Executor support...")
