Skip to content

Commit

Permalink
Merge pull request OpenDDS#4333 from doug1234/CMakeBooBoo
Browse files Browse the repository at this point in the history
Fix what appears to be a mistake in opendds_target_sources.cmake
  • Loading branch information
jrw972 authored Nov 2, 2023
2 parents c890935 + bc704d7 commit 0b4af33
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 0b4af33

Please sign in to comment.