Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
Description
Right now, mongocxx and bsoncxx examples use CMake targets to configure their build. Instead, they should use the results of find_package(libmongocxx) or find_package(libmongocxx-static) just like a standalone program would.
We should set the path for find_package to load from the install directory where we just installed .cmake files.