Hello @Gustav_H,
The crypt_shared library is only required running C driver tests. It is not required to build the C driver. The download can be skipped by configuring with:
cmake -DMONGOC_TEST_USE_CRYPT_SHARED=OFF ..
Hello @Gustav_H,
The crypt_shared library is only required running C driver tests. It is not required to build the C driver. The download can be skipped by configuring with:
cmake -DMONGOC_TEST_USE_CRYPT_SHARED=OFF ..