forked from mirrors/linphone-iphone
Use the good config when building the C++ wrapper.
This commit is contained in:
parent
14ec893f6e
commit
74c28986c4
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\" --config \"${CMAKE_BUILD_TYPE}\" --target install)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue