mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
Fixed build error due to lack of hifiac
This commit is contained in:
parent
4e399edaa7
commit
ee7781165c
1 changed files with 0 additions and 5 deletions
|
@ -50,11 +50,6 @@ add_subdirectory(${DIR})
|
||||||
set(DIR "opusCodec")
|
set(DIR "opusCodec")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
|
|
||||||
if (NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
|
|
||||||
set(DIR "hifiCodec")
|
|
||||||
add_subdirectory(${DIR})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# example plugins
|
# example plugins
|
||||||
set(DIR "JSAPIExample")
|
set(DIR "JSAPIExample")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
|
|
Loading…
Reference in a new issue