mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
fix building without log4c
This commit is contained in:
parent
68526da12f
commit
68b6fbeefe
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ include(MacroAddPlugin)
|
|||
include(MacroCopyFile)
|
||||
|
||||
find_package(Log4C)
|
||||
if(NOT LOG4C_FOUND)
|
||||
set(WITH_LOG4C FALSE)
|
||||
endif()
|
||||
|
||||
include(ConfigureChecks.cmake)
|
||||
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
|
|
Loading…
Reference in a new issue