Skip to content

Commit

Permalink
FIX CMAKE_MINIMUM_REQUIRED
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed May 22, 2024
1 parent 0b800a6 commit ecf2590
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/lib/alarmMgr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
AlarmManager.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/apiTypesV2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
Entity.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/cache/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
subCache.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
globals.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/convenience/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
AppendContextElementRequest.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/jsonParse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
jsonRequest.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/jsonParseV2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
jsonRequestTreat.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/logMsg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (HEADERS
logMsg.h
Expand Down
2 changes: 1 addition & 1 deletion src/lib/logSummary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
logSummary.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/metricsMgr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
MetricsManager.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mongoBackend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
MongoGlobal.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mongoDriver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
BSONTypes.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mqtt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
MqttConnectionManager.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ngsi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
AttributeExpression.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ngsi10/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
NotifyContextRequest.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ngsi9/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
RegisterContextRequest.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ngsiNotify/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
doNotify.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/orionTypes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
areas.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/parse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
CompoundValueNode.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/rest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
rest.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/serviceRoutines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
versionTreat.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/serviceRoutinesV2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# For those usages not covered by this license please contact with
# iot_support at tid dot es

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET (SOURCES
getEntities.cpp
Expand Down

0 comments on commit ecf2590

Please sign in to comment.