-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.13.0
-
Component/s: None
-
None
-
Fully Compatible
The modulemap files are missing from the release archive causing CMake to fail when trying to build Darwin frameworks.
cmake -DENABLE_APPLE_FRAMEWORK=ON . ... CMake Error: File /mongo-c-driver-1.13.0/src/libbson/src/bson/modules/module.modulemap.in does not exist. CMake Error at src/libbson/CMakeLists.txt:140 (configure_file): configure_file Problem configuring file ... CMake Error: File /mongo-c-driver-1.13.0/src/libmongoc/src/mongoc/modules/module.modulemap.in does not exist. CMake Error at src/libmongoc/CMakeLists.txt:378 (configure_file): configure_file Problem configuring file
- is related to
-
CDRIVER-2801 Support creating darwin framework
- Closed