mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
Dont find_package cubeb in vcpkg mode
This commit is contained in:
parent
e803c6be47
commit
eaf006d606
@ -144,7 +144,9 @@ if (ENABLE_WXWIDGETS)
|
||||
endif()
|
||||
|
||||
if (ENABLE_CUBEB)
|
||||
if (NOT ENABLE_VCPKG)
|
||||
find_package(cubeb)
|
||||
endif()
|
||||
if (NOT cubeb_FOUND)
|
||||
option(BUILD_TESTS "" OFF)
|
||||
option(BUILD_TOOLS "" OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user