blob: 52e0964eacebbc613e8efb42bfcf86f1c5b7b0bb [file] [log] [blame]
diff --git a/pull/CMakeLists.txt b/pull/CMakeLists.txt
index 8de1069..1322ab8 100644
--- a/pull/CMakeLists.txt
+++ b/pull/CMakeLists.txt
@@ -8,7 +8,7 @@ if(USE_THIRDPARTY_LIBRARIES)
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/prometheus
)
else()
- find_package(civetweb CONFIG REQUIRED)
+ # find_package(civetweb CONFIG REQUIRED)
# work-around https://github.com/civetweb/civetweb/pull/918
if(WIN32 AND NOT TARGET WINSOCK::WINSOCK)