summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2023-05-19 19:27:16 +0200
committerGitHub <noreply@github.com>2023-05-19 19:27:16 +0200
commit86f1ef1e33527ae76eddc4b9c8cd36537e725581 (patch)
tree14fd3e36c4bf60b5ca53405c7cd1b89ee7a9c319 /Source/Core
parent82ecbbe7953af9d07b8899e8a59e91aed409d93d (diff)
parentb9595a2230a0d6bb073c301e365d517cd8d9c8fa (diff)
Merge pull request #11707 from TellowKrinkle/CMakeIconv
CMake: Use find_package and imported targets for Iconv
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 9c642e7ec5..dfee159a7c 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -153,7 +153,7 @@ PUBLIC
PRIVATE
${CURL_LIBRARIES}
FatFs
- ${ICONV_LIBRARIES}
+ Iconv::Iconv
${spng_target}
${VTUNE_LIBRARIES}
)