We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a8255 commit 94d4dedCopy full SHA for 94d4ded
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -3594,11 +3594,7 @@ macro(build_google_cloud_cpp_storage)
3594
add_dependencies(google_cloud_cpp_dependencies zlib_ep)
3595
endif()
3596
add_dependencies(google_cloud_cpp_dependencies crc32c_fc)
3597
- if(NLOHMANN_JSON_VENDORED)
3598
- add_dependencies(google_cloud_cpp_dependencies nlohmann_json_fc)
3599
- else()
3600
- add_dependencies(google_cloud_cpp_dependencies nlohmann_json::nlohmann_json)
3601
- endif()
+ add_dependencies(google_cloud_cpp_dependencies nlohmann_json::nlohmann_json)
3602
3603
set(GOOGLE_CLOUD_CPP_STATIC_LIBRARY_STORAGE
3604
"${GOOGLE_CLOUD_CPP_INSTALL_PREFIX}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}google_cloud_cpp_storage${CMAKE_STATIC_LIBRARY_SUFFIX}"
0 commit comments