mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix for paths with spaces when generating the C++ wrapper.
This commit is contained in:
parent
448038b9c1
commit
e014172f63
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ add_custom_target(make_cpp_wrapper ALL ${CMAKE_COMMAND} -E make_directory build/
|
|||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/linphone.hh
|
||||
)
|
||||
install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} --build ${CMAKE_CURRENT_BINARY_DIR}/build --target install)")
|
||||
install(CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" --build \"${CMAKE_CURRENT_BINARY_DIR}/build\" --target install)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue