Merge pull request #1257 from srcejon/mac_package

Fix Mac DMG build
pull/1261/head
Edouard Griffiths 2022-05-26 12:29:27 +02:00 zatwierdzone przez GitHub
commit 6620348f9e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)