Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare(
opendaq-cmake-utils
GIT_REPOSITORY https://github.com/openDAQ/opendaq-cmake-utils.git
GIT_TAG v1.0.0
GIT_TAG v1.0.1
GIT_PROGRESS ON
)
FetchContent_MakeAvailable(opendaq-cmake-utils)
4 changes: 4 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
opendaq_get_cmake_mode(_MQTT_CMAKE_MODERN_MODE_SAVED)
opendaq_set_cmake_mode(ANCIENT)
opendaq_set_cmake_folder_context(TARGET_FOLDER_NAME)

if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
Expand All @@ -11,3 +13,5 @@ endif()
add_subdirectory(boost)
add_subdirectory(paho_mqtt_c)
add_subdirectory(rapidjson)

opendaq_set_cmake_mode(${_MQTT_CMAKE_MODERN_MODE_SAVED})
2 changes: 1 addition & 1 deletion opendaq_ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
49c7618711a47890d3f9b09518c3ffc83b65f157
4757349a1db30721bead0cb695ec3a147913aef4
Loading