diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-05-19 19:27:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-19 19:27:16 +0200 |
| commit | 86f1ef1e33527ae76eddc4b9c8cd36537e725581 (patch) | |
| tree | 14fd3e36c4bf60b5ca53405c7cd1b89ee7a9c319 /Source/Core | |
| parent | 82ecbbe7953af9d07b8899e8a59e91aed409d93d (diff) | |
| parent | b9595a2230a0d6bb073c301e365d517cd8d9c8fa (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.txt | 2 |
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} ) |
