mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
CMake: Disable FMOD Ex on macOS
There's no version of FMOD Ex that isn't linked against libstdc++.6.dylib, which is no longer available in the SDKs
This commit is contained in:
parent
600fa45d6e
commit
75abee73e2
@ -518,7 +518,9 @@ package_status(OPUS "Opus")
|
|||||||
#
|
#
|
||||||
|
|
||||||
# FMOD Ex
|
# FMOD Ex
|
||||||
find_package(FMODEx QUIET)
|
if(NOT APPLE)
|
||||||
|
find_package(FMODEx QUIET)
|
||||||
|
endif()
|
||||||
|
|
||||||
package_option(FMODEx
|
package_option(FMODEx
|
||||||
"This enables support for the FMOD Ex sound library,
|
"This enables support for the FMOD Ex sound library,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user