mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
Add verbose option for external builds
This commit is contained in:
parent
90324169f6
commit
24d77b684e
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ if(CMAKE_BUILD_PARALLEL_LEVEL)
|
|||
list(APPEND PROJECT_BUILD_COMMAND "--parallel" "${CMAKE_BUILD_PARALLEL_LEVEL}")
|
||||
endif()
|
||||
endif()
|
||||
if(CMAKE_VERBOSE_MAKEFILE)
|
||||
list(APPEND APP_OPTIONS "-DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE_MAKEFILE}")
|
||||
list(APPEND PROJECT_BUILD_COMMAND "--verbose")
|
||||
endif()
|
||||
message("User Args : ${USER_ARGS}")
|
||||
|
||||
ExternalProject_Add(sdk PREFIX "${CMAKE_BINARY_DIR}/sdk"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue