Skip to content

Commit c1caeb6

Browse files
authored
Migrate to opendaq-cmake-utils v1.0.1 (#14)
1 parent 36efeaa commit c1caeb6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(FetchContent)
88
FetchContent_Declare(
99
opendaq-cmake-utils
1010
GIT_REPOSITORY https://github.com/openDAQ/opendaq-cmake-utils.git
11-
GIT_TAG v1.0.0
11+
GIT_TAG v1.0.1
1212
GIT_PROGRESS ON
1313
)
1414
FetchContent_MakeAvailable(opendaq-cmake-utils)

external/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
opendaq_get_cmake_mode(_MQTT_CMAKE_MODERN_MODE_SAVED)
2+
opendaq_set_cmake_mode(ANCIENT)
13
opendaq_set_cmake_folder_context(TARGET_FOLDER_NAME)
24

35
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
@@ -11,3 +13,5 @@ endif()
1113
add_subdirectory(boost)
1214
add_subdirectory(paho_mqtt_c)
1315
add_subdirectory(rapidjson)
16+
17+
opendaq_set_cmake_mode(${_MQTT_CMAKE_MODERN_MODE_SAVED})

opendaq_ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
49c7618711a47890d3f9b09518c3ffc83b65f157
1+
4757349a1db30721bead0cb695ec3a147913aef4

0 commit comments

Comments
 (0)