CMake: Fix USE_BUNDLE default
This commit is contained in:
@@ -456,7 +456,7 @@ if(APPLE OR WIN32)
|
|||||||
else()
|
else()
|
||||||
set(USE_BUNDLE_DEFAULT OFF)
|
set(USE_BUNDLE_DEFAULT OFF)
|
||||||
endif()
|
endif()
|
||||||
option(USE_BUNDLE "Bundle dependencies" USE_BUNDLE_DEFAULT)
|
option(USE_BUNDLE "Bundle dependencies" ${USE_BUNDLE_DEFAULT})
|
||||||
|
|
||||||
if(NOT CMAKE_CROSSCOMPILING)
|
if(NOT CMAKE_CROSSCOMPILING)
|
||||||
# Check that we have Qt with sqlite driver
|
# Check that we have Qt with sqlite driver
|
||||||
|
|||||||
Reference in New Issue
Block a user