Fix build with -DCLIENT=OFF on macOS

This commit is contained in:
heinrich5991 2018-03-06 19:25:07 +01:00
parent 731c329c13
commit d118fbd5e0

View file

@ -1298,7 +1298,7 @@ endif()
set(PACKAGE_TARGETS) set(PACKAGE_TARGETS)
if(DMGTOOLS_FOUND OR HDIUTIL) if(CLIENT AND (DMGTOOLS_FOUND OR HDIUTIL))
file(MAKE_DIRECTORY bundle/client/) file(MAKE_DIRECTORY bundle/client/)
file(MAKE_DIRECTORY bundle/server/) file(MAKE_DIRECTORY bundle/server/)
configure_file(other/bundle/client/Info.plist.in bundle/client/Info.plist) configure_file(other/bundle/client/Info.plist.in bundle/client/Info.plist)