CMake: Fix USE_BUNDLE default

This commit is contained in:
Jonas Kvinge 2023-10-14 22:09:14 +02:00
parent 310b7b9065
commit 0c7fcd5a7a
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ if(APPLE OR WIN32)
else()
set(USE_BUNDLE_DEFAULT OFF)
endif()
option(USE_BUNDLE "Bundle dependencies" USE_BUNDLE_DEFAULT)
option(USE_BUNDLE "Bundle dependencies" ${USE_BUNDLE_DEFAULT})
if(NOT CMAKE_CROSSCOMPILING)
# Check that we have Qt with sqlite driver