CMake: use same defaults on all-platforms
Previously Linux had disabled libs that were enabled on other platforms. Use a reduced feature set on all, since libs such as Jack & OSL aren't totally reliable on Win/OSX. Keep 'option_defaults_init' since platform maintainers may want to adjust later.
This commit is contained in:
@@ -160,8 +160,11 @@ option_defaults_init(
|
|||||||
_init_GAMEENGINE
|
_init_GAMEENGINE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# NOTE: for now use same defaults on all platforms...
|
||||||
|
# in future we may want to tweak per-platform
|
||||||
|
|
||||||
# customize...
|
# customize...
|
||||||
if(UNIX AND NOT APPLE)
|
if (1)
|
||||||
# some of these libraries are problematic on Linux
|
# some of these libraries are problematic on Linux
|
||||||
# disable less important dependencies by default
|
# disable less important dependencies by default
|
||||||
set(_init_BUILDINFO OFF)
|
set(_init_BUILDINFO OFF)
|
||||||
|
Reference in New Issue
Block a user