Skip to content

Commit 6272730

Browse files
Update cmake/opendds_target_sources.cmake
Co-authored-by: Fred Hornsey <[email protected]>
1 parent d88701d commit 6272730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/opendds_target_sources.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function(opendds_target_sources target)
254254
string(SUBSTRING ${existing_macro} 0 ${index} macro_prefix)
255255
opendds_export_header(${target} EXISTING INCLUDE ${existing_header} MACRO_PREFIX ${macro_prefix})
256256
elseif((target_type STREQUAL "SHARED_LIBRARY" AND max_scope STREQUAL "PUBLIC")
257-
OR (target_type MATCHES "LIBRARY" AND always_generate_lib_export_header))
257+
OR (target_type MATCHES "LIBRARY" AND always_generate_lib_export_header))
258258
opendds_export_header(${target} USE_EXPORT_VAR use_export DIR "${export_header_dir}")
259259
endif()
260260

0 commit comments

Comments
 (0)