MacOS fixes :
fix cmake minimum version for compilation crash notification in task bar
This commit is contained in:
parent
99dd528e55
commit
443bcbf6c6
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(TARGET_NAME Linphone)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue