File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(FetchContent)
88FetchContent_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)
1414FetchContent_MakeAvailable (opendaq-cmake-utils)
Original file line number Diff line number Diff line change 1+ opendaq_get_cmake_mode (_MQTT_CMAKE_MODERN_MODE_SAVED )
2+ opendaq_set_cmake_mode (ANCIENT )
13opendaq_set_cmake_folder_context (TARGET_FOLDER_NAME )
24
35if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
@@ -11,3 +13,5 @@ endif()
1113add_subdirectory (boost )
1214add_subdirectory (paho_mqtt_c )
1315add_subdirectory (rapidjson )
16+
17+ opendaq_set_cmake_mode (${_MQTT_CMAKE_MODERN_MODE_SAVED} )
Original file line number Diff line number Diff line change 1- 49c7618711a47890d3f9b09518c3ffc83b65f157
1+ 4757349a1db30721bead0cb695ec3a147913aef4
You can’t perform that action at this time.
0 commit comments