mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Use APPLE not MACOS
This commit is contained in:
parent
1df009c73d
commit
adeddaf7a0
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -202,7 +202,7 @@ endif (AUTO_EXTERNAL_LIBRARIES)
|
||||
# Some of the following projects are currently built only for MacOS
|
||||
# For WIN32, we use precompiled versions from sdrangel-windows-libraries
|
||||
# For LINUX, we require system pacakges to be installed
|
||||
if (MACOS)
|
||||
if (APPLE)
|
||||
set(USE_PRECOMPILED_LIBS FALSE)
|
||||
else()
|
||||
set(USE_PRECOMPILED_LIBS TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user