diff --git a/cmake-proxies/CMakeLists.txt b/cmake-proxies/CMakeLists.txt index 17e0c8f09..2ae68237d 100644 --- a/cmake-proxies/CMakeLists.txt +++ b/cmake-proxies/CMakeLists.txt @@ -87,6 +87,7 @@ add_conan_lib( REQUIRED INTERFACE_NAME libmp3lame::libmp3lame PKG_CONFIG "lame >= 3.100" + ALLOW_FIND_PACKAGE ) add_conan_lib( @@ -113,15 +114,15 @@ else() set ( curl_ssl "openssl" ) endif () -add_conan_lib( - ThreadPool - threadpool/20140926 - REQUIRED - ALWAYS_ALLOW_CONAN_FALLBACK -) - if( ${_OPT}has_networking ) + add_conan_lib( + ThreadPool + threadpool/20140926 + REQUIRED + ALWAYS_ALLOW_CONAN_FALLBACK + ) + add_conan_lib( CURL libcurl/7.75.0 @@ -148,11 +149,13 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows") ) endif() -add_conan_lib( - RapidJSON - rapidjson/1.1.0 - REQUIRED -) +if( ${_OPT}has_sentry_reporting ) + add_conan_lib( + RapidJSON + rapidjson/1.1.0 + REQUIRED + ) +endif() set_conan_vars_to_parent()