Fix USE_BUNDLE appearing twice

This commit is contained in:
Jonas Kvinge 2018-11-29 23:31:38 +01:00
parent 16bdd39c03
commit 1d954f2eb1
1 changed files with 0 additions and 5 deletions

View File

@ -346,11 +346,6 @@ if (APPLE AND USE_BUNDLE AND NOT USE_BUNDLE_DIR)
set(USE_BUNDLE_DIR "../PlugIns")
endif()
option(USE_BUNDLE "Bundle macos/windows dependencies" ON)
if (APPLE AND USE_BUNDLE AND NOT USE_BUNDLE_DIR)
set(USE_BUNDLE_DIR "../PlugIns")
endif()
if(CRYPTOPP_FOUND)
set(HAVE_CRYPTOPP ON)
if(HAVE_SPOTIFY)