You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mongo-cxx-driver 3.6.7 the following warning is raised in the configure step
CMake Warning at /home/conda/staged-recipes/build_artifacts/scine-database_1656618507957/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/cmake/libmongocxx-3.6.7/libmongocxx-config.cmake:15 (message):
This CMake target is deprecated. Use 'mongo::mongocxx_shared' instead.
Consult the example projects for further details.
Call Stack (most recent call first):
dev/cmake/ImportMongoCxx.cmake:9 (find_package)
src/Database/CMakeLists.txt:10 (import_mongocxx)
CMake Warning at /home/conda/staged-recipes/build_artifacts/scine-database_1656618507957/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/cmake/libbsoncxx-3.6.7/libbsoncxx-config.cmake:15 (message):
This CMake target is deprecated. Use 'mongo::bsoncxx_shared' instead.
Consult the example projects for further details.
Call Stack (most recent call first):
/home/conda/staged-recipes/build_artifacts/scine-database_1656618507957/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/cmake/libmongocxx-3.6.7/libmongocxx-config.cmake:22 (find_package)
dev/cmake/ImportMongoCxx.cmake:9 (find_package)
src/Database/CMakeLists.txt:10 (import_mongocxx)
The text was updated successfully, but these errors were encountered:
Using mongo-cxx-driver 3.6.7 the following warning is raised in the configure step
The text was updated successfully, but these errors were encountered: