We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88701d commit 6272730Copy full SHA for 6272730
cmake/opendds_target_sources.cmake
@@ -254,7 +254,7 @@ function(opendds_target_sources target)
254
string(SUBSTRING ${existing_macro} 0 ${index} macro_prefix)
255
opendds_export_header(${target} EXISTING INCLUDE ${existing_header} MACRO_PREFIX ${macro_prefix})
256
elseif((target_type STREQUAL "SHARED_LIBRARY" AND max_scope STREQUAL "PUBLIC")
257
- OR (target_type MATCHES "LIBRARY" AND always_generate_lib_export_header))
+ OR (target_type MATCHES "LIBRARY" AND always_generate_lib_export_header))
258
opendds_export_header(${target} USE_EXPORT_VAR use_export DIR "${export_header_dir}")
259
endif()
260
0 commit comments