mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
Update sdk
This commit is contained in:
parent
d54ebbcc59
commit
82b90a85ee
2 changed files with 6 additions and 3 deletions
|
|
@ -38,9 +38,12 @@ endforeach()
|
|||
if(ENABLE_BUILD_VERBOSE)
|
||||
message("User Args : ${USER_ARGS}")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_GENERATOR_PLATFORM AND WIN32)
|
||||
set(CMAKE_GENERATOR_PLATFORM "Win32")
|
||||
message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
|
||||
if(NOT ${CMAKE_GENERATOR} MATCHES "Ninja")
|
||||
set(CMAKE_GENERATOR_PLATFORM "Win32")
|
||||
message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
project(linphoneqt)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4fde8b4bd6a839bd8a2ea9aeb99cd4e8a85fda65
|
||||
Subproject commit e425b6d4758b70e2d5b1f8f075d6bdb68c895918
|
||||
Loading…
Add table
Reference in a new issue