mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
CMake: Disable search for boost-cmake
Fixes building with Boost >= 1.70.0 https://cmake.org/cmake/help/latest/module/FindBoost.html#boost-cmake
This commit is contained in:
parent
60bd888788
commit
04b63d4c76
@ -4,6 +4,10 @@ project (lgogdownloader LANGUAGES C CXX VERSION 3.5)
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
|
||||
set(LINK_LIBCRYPTO 0)
|
||||
|
||||
# Disable search for boost-cmake
|
||||
# Fixes building with Boost >= 1.70.0
|
||||
set(Boost_NO_BOOST_CMAKE ON)
|
||||
|
||||
option(USE_QT_GUI "Build with Qt GUI login support" OFF)
|
||||
if(USE_QT_GUI)
|
||||
add_definitions(-DUSE_QT_GUI_LOGIN=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user