Fix compile error after knowhere change prometheus header path (#24434)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-05-26 15:15:26 +08:00 committed by GitHub
parent fe18109aab
commit aad2e5d961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include <string>
#include "knowhere/comp/prometheus_client.h"
#include "knowhere/prometheus_client.h"
#include "segcore/metrics_c.h"
char*

View File

@ -11,7 +11,7 @@
# or implied. See the License for the specific language governing permissions and limitations under the License.
#-------------------------------------------------------------------------------
set( KNOWHERE_VERSION 6af98f6 )
set( KNOWHERE_VERSION 77e8606 )
message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source")
message(STATUS ${CMAKE_BUILD_TYPE})