From 2145dc67a9a5ca2ad2d5e388d5844f7a4f98257b Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 8 Dec 2025 03:45:21 -0500 Subject: [PATCH] Update CMakeLists.txt --- src/Cafe/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Cafe/CMakeLists.txt b/src/Cafe/CMakeLists.txt index fe1baf00..25582e69 100644 --- a/src/Cafe/CMakeLists.txt +++ b/src/Cafe/CMakeLists.txt @@ -604,8 +604,7 @@ endif() else () find_package(libusb MODULE REQUIRED) target_link_libraries(CemuCafe PRIVATE libusb::libusb) - endif () -endif() + endif() if(WIN32) target_link_libraries(CemuCafe PRIVATE iphlpapi)