1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Only include Dmg.cmake on macOS

This commit is contained in:
Jonas Kvinge 2020-09-01 20:40:14 +02:00
parent d1c19e431c
commit f6bb7cd8ed

View File

@ -13,7 +13,9 @@ include(cmake/OptionalSource.cmake)
include(cmake/ParseArguments.cmake)
include(cmake/Rpm.cmake)
include(cmake/Deb.cmake)
include(cmake/Dmg.cmake)
if(APPLE)
include(cmake/Dmg.cmake)
endif()
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)