From 7cc4862d4f1937b16ea21882434ce6f5f62f6900 Mon Sep 17 00:00:00 2001 From: XuanYang-cn <51370125+XuanYang-cn@users.noreply.github.com> Date: Thu, 30 Jul 2020 17:06:20 +0800 Subject: [PATCH] [skip ci]quick fix (#3071) Signed-off-by: yangxuan Co-authored-by: yangxuan --- core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index cd83448c..d75091e7 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -121,7 +121,7 @@ add_custom_target( Clean-All COMMAND ${CMAKE_BUILD_TOOL} clean ) # **************************** Install **************************** -if ( NOT ${MILVUS_DB_PATH} ) +if ( NOT MILVUS_DB_PATH ) set( MILVUS_DB_PATH "${CMAKE_INSTALL_PREFIX}" ) endif () -- GitLab