summaryrefslogtreecommitdiff
path: root/externals/find-modules
diff options
context:
space:
mode:
authorGravatar bunnei2021-04-10 02:27:02 -0700
committerGravatar GitHub2021-04-10 02:27:02 -0700
commit1063e0be483c59d0d3f31eb62ef888e00bdaee7d (patch)
treec32c479a59ad290f5c0db86a19e39a4f9a0fa95a /externals/find-modules
parentMerge pull request #6099 from bunnei/derive-mem (diff)
parentexternals: Search for shared opus installation. (diff)
downloadyuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.tar.gz
yuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.tar.xz
yuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.zip
Merge pull request #6172 from degasus/cmake_opus
externals: Search for shared opus installation.
Diffstat (limited to 'externals/find-modules')
-rw-r--r--externals/find-modules/Findopus.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/find-modules/Findopus.cmake b/externals/find-modules/Findopus.cmake
index de84bd995..2bce56122 100644
--- a/externals/find-modules/Findopus.cmake
+++ b/externals/find-modules/Findopus.cmake
@@ -28,7 +28,7 @@ if(opus_FOUND)
28endif() 28endif()
29 29
30if(opus_FOUND AND NOT TARGET Opus::Opus) 30if(opus_FOUND AND NOT TARGET Opus::Opus)
31 add_library(Opus::Opus UNKNOWN IMPORTED) 31 add_library(Opus::Opus UNKNOWN IMPORTED GLOBAL)
32 set_target_properties(Opus::Opus PROPERTIES 32 set_target_properties(Opus::Opus PROPERTIES
33 IMPORTED_LOCATION "${opus_LIBRARY}" 33 IMPORTED_LOCATION "${opus_LIBRARY}"
34 INTERFACE_COMPILE_OPTIONS "${PC_opus_CFLAGS_OTHER}" 34 INTERFACE_COMPILE_OPTIONS "${PC_opus_CFLAGS_OTHER}"