Skip to content

Commit

Permalink
Update Cmake to use normal library name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhkatz committed Jun 19, 2020
1 parent 09a111e commit 32ff045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.13)

find_package(mongo-c-driver CONFIG REQUIRED)
find_package(libmongoc-1.0 CONFIG REQUIRED)

add_library(mongodb SHARED
Client.hpp
Expand Down

0 comments on commit 32ff045

Please sign in to comment.