Skip to content

Commit

Permalink
testing var
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 25, 2024
1 parent 723efdc commit 2f551a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ foreach (fullmodname ${subdirlist})

else()
if (CONAN_EXPORTED)
target_link_libraries(${modname} PUBLIC nlohmann_json::nlohmann_json openssl::openssl ZLIB::ZLIB Opus::opus)
target_link_libraries(${modname} PUBLIC openssl::openssl ZLIB::ZLIB Opus::opus)
else()
target_link_libraries(${modname} PUBLIC ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} ${ZLIB_LIBRARIES})
endif()
Expand Down

0 comments on commit 2f551a8

Please sign in to comment.