Could not find a package configuration file provided by "libbson-1.0"

windows platform
mongo-c-driver-1.19.0
mongo-cxx-driver-r3.6.5

mongo-c-driver has build success

command line

    cmake -G "Visual Studio 14 2015 Win64"  \
    -DCMAKE_PREFIX_PATH=C:\mongo-c-driver  \
    -DBOOST_ROOT=C:\boost_1_60_0  \
    -DCMAKE_INSTALL_PREFIX=C:\mongo-cxx-driver
  CMake Error at src/bsoncxx/CMakeLists.txt:98 (find_package):
  By not providing "Findlibbson-1.0.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "libbson-1.0", but CMake did not find one.

  Could not find a package configuration file provided by "libbson-1.0"
  (requested version 1.13.0) with any of the following names:

    libbson-1.0Config.cmake
    libbson-1.0-config.cmake

  Add the installation prefix of "libbson-1.0" to CMAKE_PREFIX_PATH or set
  "libbson-1.0_DIR" to a directory containing one of the above files.  If
  "libbson-1.0" provides a separate development package or SDK, be sure it
  has been installed.

libbson-1.0-config.cmake is in the C:\mongo-c-driver\lib\cmake\libbson-1.0

@111712 Can you past the contents of the libbson-1.0-config.cmake script?