Skip to content

Commit

Permalink
Fix what appears to be a mistake in opendds_target_sources.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ayers committed Nov 2, 2023
1 parent c890935 commit bc704d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/opendds_target_sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function(opendds_export_header target)
_opendds_get_generated_file_path(${target} "${arg_INCLUDE_BASE}" "${target}_export.h" export_header)

string(TOUPPER "${target}" uppercase_target)
if(NOT EXISTS ${output_file})
if(NOT EXISTS ${export_header})
configure_file("${_OPENDDS_CMAKE_DIR}/export.h.in" "${export_header}")
endif()

Expand Down

0 comments on commit bc704d7

Please sign in to comment.