mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 01:56:23 +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)
|
if(ENABLE_BUILD_VERBOSE)
|
||||||
message("User Args : ${USER_ARGS}")
|
message("User Args : ${USER_ARGS}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_GENERATOR_PLATFORM AND WIN32)
|
if(NOT CMAKE_GENERATOR_PLATFORM AND WIN32)
|
||||||
set(CMAKE_GENERATOR_PLATFORM "Win32")
|
if(NOT ${CMAKE_GENERATOR} MATCHES "Ninja")
|
||||||
message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
|
set(CMAKE_GENERATOR_PLATFORM "Win32")
|
||||||
|
message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(linphoneqt)
|
project(linphoneqt)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4fde8b4bd6a839bd8a2ea9aeb99cd4e8a85fda65
|
Subproject commit e425b6d4758b70e2d5b1f8f075d6bdb68c895918
|
||||||
Loading…
Add table
Reference in a new issue