Skip to content

Commit bd5dab5

Browse files
author
Aliaksandr Adziareika
committed
<TBBAS-2530> Remove explicit exports from simple device module
1 parent 3c4cdc9 commit bd5dab5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example_module/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ add_library(${LIB_NAME} SHARED ${SRC_Include}
3333
)
3434

3535
add_library(${SDK_TARGET_NAMESPACE}::${LIB_NAME} ALIAS ${LIB_NAME})
36-
if(WIN32 AND (MSVC OR MINGW))
37-
message(STATUS "WIN32 AND (MSVC OR MINGW) -> set OPENDAQ_MODULE_EXPORTS")
38-
target_compile_definitions(${LIB_NAME} PUBLIC OPENDAQ_MODULE_EXPORTS)
39-
endif()
4036

4137
if (MSVC)
4238
target_compile_options(${LIB_NAME} PRIVATE /bigobj)

0 commit comments

Comments
 (0)