Three years ago in GitHub Issue #120, it was noted that adding -DCMAKE_FIND_FRAMEWORK=LAST
to the CMake command line for azure-stoprage-cpp was necessary on macOS:
@rizkg This suggestion is duly noted and will be added to the instructions. Thanks!
Please update the build steps for macOS to mention this option.
I also ask that the build steps be revised to mention some of the other build options, such as disabling the building of tests and samples, or using a debug-specific directory for GetText libraries for Debug builds. These options can be found in the vcpkg port file at:
https://github.com/microsoft/vcpkg/blob/master/ports/azure-storage-cpp/portfile.cmake
Three years ago in GitHub Issue #120, it was noted that adding -DCMAKE_FIND_FRAMEWORK=LAST to the CMake command line for azure-stoprage-cpp was necessary on macOS:
@rizkg This suggestion is duly noted and will be added to the instructions. Thanks!
Originally posted by @katmsft in https://github.com/Azure/azure-storage-cpp/issues/120#issuecomment-447701458
But there is no mention of this option in the current build steps at: https://github.com/Azure/azure-storage-cpp#getting-started-on-macos
Please update the build steps for macOS to mention this option.
I also ask that the build steps be revised to mention some of the other build options, such as disabling the building of tests and samples, or using a debug-specific directory for GetText libraries for Debug builds. These options can be found in the vcpkg port file at: https://github.com/microsoft/vcpkg/blob/master/ports/azure-storage-cpp/portfile.cmake