fix
This commit is contained in:
parent
ad29914e0f
commit
04651ea59b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ find_package(PkgConfig)
|
|||
macro(check_backend uppername name)
|
||||
if(NOT BACKEND_FOUND)
|
||||
pkg_check_modules(${uppername} ${name})
|
||||
if(AO_FOUND)
|
||||
if(${uppername}_FOUND)
|
||||
target_include_directories(
|
||||
MDEAudio
|
||||
PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue