mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
Fix compile error after knowhere change prometheus header path (#24434)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
fe18109aab
commit
aad2e5d961
@ -11,7 +11,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "knowhere/comp/prometheus_client.h"
|
||||
#include "knowhere/prometheus_client.h"
|
||||
#include "segcore/metrics_c.h"
|
||||
|
||||
char*
|
||||
|
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user