Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7311 from EOSIO/stop_cmake_unable_find_mongo_18x
Browse files Browse the repository at this point in the history
when unable to find mongo driver stop cmake - 1.8
  • Loading branch information
spoonincode authored May 8, 2019
2 parents f9a18f0 + 3fc6ee2 commit 920afac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mongo_db_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(BUILD_MONGO_DB_PLUGIN)
find_package(libbson-static-1.0 REQUIRED)

else()
message("Could NOT find MongoDB. mongo_db_plugin with MongoDB support will not be included.")
message(FATAL_ERROR "Could NOT find mongo-c-driver. Disable mongo support or ensure mongo-c-driver and mongo-cxx-driver is built and installed")
return()
endif()

Expand Down

0 comments on commit 920afac

Please sign in to comment.