-
Type:
Task
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing
-
None
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.