mirror of https://github.com/eclipse/paho.mqtt.c
Reverted CMake minimum version back to v3.12
This commit is contained in:
parent
00afad8fc9
commit
4a0a0efcca
|
|
@ -15,7 +15,7 @@
|
|||
# Genis Riera Perez - Add support for building debian package
|
||||
#*******************************************************************************/
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project("Eclipse Paho C"
|
||||
VERSION 1.3.15
|
||||
|
|
|
|||
Loading…
Reference in New Issue