mirror of https://github.com/eclipse/paho.mqtt.c
Fix for issue #205
This commit is contained in:
parent
1c3ae187d2
commit
e4067dc3e0
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
# Note: on OS X you should install XCode and the associated command-line tools
|
||||
|
||||
PROJECT("paho" C)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
PROJECT("paho" C)
|
||||
MESSAGE(STATUS "CMake version: " ${CMAKE_VERSION})
|
||||
MESSAGE(STATUS "CMake system name: " ${CMAKE_SYSTEM_NAME})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue