summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Hills <chaz@chaz6.com>2020-05-11 14:29:50 +0100
committerGitHub <noreply@github.com>2020-05-11 14:29:50 +0100
commit4d31220a3511fc575d6c63a57a8b56646b466151 (patch)
tree9c0bdaaf267ba742630e4a5eba7a061634aa5fdf /lib
parentb529a9ee49deccf1e2e348a1884dfe59cbd53629 (diff)
Update CMakeLists.txt for libshout
Use imported targets for OpenSSL
Diffstat (limited to 'lib')
-rw-r--r--lib/libshout/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libshout/CMakeLists.txt b/lib/libshout/CMakeLists.txt
index 29efe93a38..149dc698dc 100644
--- a/lib/libshout/CMakeLists.txt
+++ b/lib/libshout/CMakeLists.txt
@@ -10,7 +10,6 @@ include_directories(
src
include
src/common
- "${OPENSSL_INCLUDE_DIR}"
)
add_library(shout_mixxx STATIC
@@ -38,6 +37,6 @@ add_library(shout_mixxx STATIC
src/tls.c
)
-target_link_libraries(shout_mixxx ogg vorbis theora speex ssl crypto)
+target_link_libraries(shout_mixxx ogg vorbis theora speex OpenSSL::SSL OpenSSL::Crypto)