@@ -34,15 +34,15 @@ list(APPEND
3434 nlohmann_json::nlohmann_json)
3535list (APPEND
3636 ICEBERG_REST_STATIC_INSTALL_INTERFACE_LIBS
37- "$<IF :$<TARGET_EXISTS :Iceberg ::iceberg_static >,Iceberg ::iceberg_static ,Iceberg ::iceberg_shared >"
38- "$<IF :$<BOOL :${CPR_VENDORED} >,Iceberg ::cpr ,cpr ::cpr >"
39- "$<IF :$<BOOL :${NLOHMANN_JSON_VENDORED} >,Iceberg ::nlohmann_json ,nlohmann_json ::nlohmann_json >"
37+ "$<IF :$<TARGET_EXISTS :iceberg ::iceberg_static >,iceberg ::iceberg_static ,iceberg ::iceberg_shared >"
38+ "$<IF :$<BOOL :${CPR_VENDORED} >,iceberg ::cpr ,cpr ::cpr >"
39+ "$<IF :$<BOOL :${NLOHMANN_JSON_VENDORED} >,iceberg ::nlohmann_json ,nlohmann_json ::nlohmann_json >"
4040)
4141list (APPEND
4242 ICEBERG_REST_SHARED_INSTALL_INTERFACE_LIBS
43- "$<IF :$<TARGET_EXISTS :Iceberg ::iceberg_shared >,Iceberg ::iceberg_shared ,Iceberg ::iceberg_static >"
44- "$<IF :$<BOOL :${CPR_VENDORED} >,Iceberg ::cpr ,cpr ::cpr >"
45- "$<IF :$<BOOL :${NLOHMANN_JSON_VENDORED} >,Iceberg ::nlohmann_json ,nlohmann_json ::nlohmann_json >"
43+ "$<IF :$<TARGET_EXISTS :iceberg ::iceberg_shared >,iceberg ::iceberg_shared ,iceberg ::iceberg_static >"
44+ "$<IF :$<BOOL :${CPR_VENDORED} >,iceberg ::cpr ,cpr ::cpr >"
45+ "$<IF :$<BOOL :${NLOHMANN_JSON_VENDORED} >,iceberg ::nlohmann_json ,nlohmann_json ::nlohmann_json >"
4646)
4747
4848add_iceberg_lib (iceberg_rest
0 commit comments