Skip to content

Commit c3eeb07

Browse files
committed
CMake calls updating
1 parent bb0179b commit c3eeb07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/mqtt_streaming_module/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set(SRC_Srcs module_dll.cpp
3636
signal_arr_atomic_sample_handler.cpp
3737
)
3838

39-
prepend_include(${TARGET_FOLDER_NAME} SRC_Include)
39+
opendaq_prepend_include(${TARGET_FOLDER_NAME} SRC_Include)
4040

4141
source_group("common" FILES ${MODULE_HEADERS_DIR}/common.h
4242
${MODULE_HEADERS_DIR}/constants.h
@@ -110,5 +110,5 @@ target_include_directories(${LIB_NAME} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_
110110
)
111111

112112
opendaq_set_module_properties(${LIB_NAME} ${PROJECT_VERSION_MAJOR})
113-
create_version_header(${LIB_NAME})
113+
opendaq_generate_version_header(${LIB_NAME})
114114

shared/mqtt_streaming_protocol/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(SRC_PublicHeaders MqttAsyncClient.h
1212
)
1313

1414
set(INCLUDE_DIR ../include)
15-
prepend_include(${INCLUDE_DIR} SRC_PublicHeaders)
15+
opendaq_prepend_include(${INCLUDE_DIR} SRC_PublicHeaders)
1616

1717
source_group("include" FILES ${SRC_PublicHeaders})
1818

0 commit comments

Comments
 (0)