Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 929213 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/lib/CMakeLists.txt (-1 / +1 lines)
Lines 328-334 elseif (CRYPTO_BACKEND_OPENSSL) Link Here
328
  target_link_libraries(librnp-obj PRIVATE OpenSSL::Crypto)
328
  target_link_libraries(librnp-obj PRIVATE OpenSSL::Crypto)
329
endif()
329
endif()
330
330
331
target_link_libraries(librnp-obj PRIVATE sexp)
331
target_link_libraries(librnp-obj PRIVATE sexpp)
332
332
333
set_target_properties(librnp-obj PROPERTIES CXX_VISIBILITY_PRESET hidden)
333
set_target_properties(librnp-obj PROPERTIES CXX_VISIBILITY_PRESET hidden)
334
if (TARGET BZip2::BZip2)
334
if (TARGET BZip2::BZip2)
(-)a/src/tests/CMakeLists.txt (-1 / +1 lines)
Lines 176-182 target_link_libraries(rnp_tests Link Here
176
  PRIVATE
176
  PRIVATE
177
    librnp-static
177
    librnp-static
178
    JSON-C::JSON-C
178
    JSON-C::JSON-C
179
    sexp
179
    sexpp
180
    ${GTestMain}
180
    ${GTestMain}
181
)
181
)
182
if (CRYPTO_BACKEND_LOWERCASE STREQUAL "openssl")
182
if (CRYPTO_BACKEND_LOWERCASE STREQUAL "openssl")

Return to bug 929213