Skip to content

Commit 70698dd

Browse files
committed
OPENDAQ_ALWAYS_FETCH_PAHO_MQTT_C
1 parent 12a11e3 commit 70698dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

external/paho_mqtt_c/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ set(PAHO_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
1111
set(CMAKE_C_STANDARD 99)
1212
set(CMAKE_C_STANDARD_REQUIRED ON)
1313
set(CMAKE_POSITION_INDEPENDENT_CODE ${PAHO_BUILD_STATIC} CACHE BOOL "" FORCE)
14-
14+
set(OPENDAQ_ALWAYS_FETCH_PAHO_MQTT_C ON CACHE BOOL "" FORCE)
15+
1516
opendaq_dependency(
1617
NAME paho_mqtt_c
1718
REQUIRED_VERSION 1.3.12

0 commit comments

Comments
 (0)