mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Rename ENABLE_DEBUG option of CMake to ENABLE_DEBUG_LOGS.
This commit is contained in:
parent
fbac8ea313
commit
a4666bd1dc
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ option(ENABLE_UNIT_TESTS "Enable compilation of unit tests." YES)
|
|||
option(ENABLE_UPNP "Build with uPnP support." YES)
|
||||
option(ENABLE_VIDEO "Build with video support." YES)
|
||||
cmake_dependent_option(ENABLE_ASSISTANT "Turn on assistant compiling." YES "ENABLE_GTK_UI" NO)
|
||||
option(ENABLE_DEBUG "Turn on or off debug level logs." NO)
|
||||
option(ENABLE_DEBUG_LOGS "Turn on or off debug level logs." NO)
|
||||
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
|
@ -166,7 +166,7 @@ endif()
|
|||
if(ENABLE_ASSISTANT)
|
||||
include_directories(${SOUP_INCLUDE_DIRS})
|
||||
endif()
|
||||
if(ENABLE_DEBUG)
|
||||
if(ENABLE_DEBUG_LOGS)
|
||||
add_definitions("-DDEBUG")
|
||||
endif()
|
||||
if(MSVC)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue