Skip to content

Commit

Permalink
shut out Connect cmake-time warning about missing Findlibmondgodoc.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 22, 2017
1 parent 68d1a59 commit ca3c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ IF(CONNECT_WITH_MONGO)
C:/mongo-c-driver/lib
D:/mongo-c-driver/lib)
ENDIF(WIN32)
FIND_PACKAGE(libmongoc-1.0 1.7)
FIND_PACKAGE(libmongoc-1.0 1.7 QUIET)
IF (libmongoc-1.0_FOUND)
INCLUDE_DIRECTORIES(${MONGOC_INCLUDE_DIRS})
SET(MONGOC_LIBRARY ${MONGOC_LIBRARIES})
Expand Down

0 comments on commit ca3c8d9

Please sign in to comment.