Skip to content

Commit

Permalink
Refs #1706. Fixed bad replace in cmake script
Browse files Browse the repository at this point in the history
  • Loading branch information
richiprosima committed Jun 23, 2016
1 parent 37b6a15 commit c9ae6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/packaging/linux/autotools_generator.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ macro(generate_public_headers_for_autotools)
foreach(@PROJECT_NAME@_PUBLIC_HEADER ${@PROJECT_NAME@_PUBLIC_HEADERS_TMP})
set(@PROJECT_NAME@_PUBLIC_HEADERS_AUTOTOOLS "${@PROJECT_NAME@_PUBLIC_HEADERS_AUTOTOOLS} ${@PROJECT_NAME@_PUBLIC_HEADER}")
endforeach()
file(GLOB_RECURSE @PROJECT_NAME@_PUBLIC_HEADERS_TMP RELATIVE ${directory} ${directory}/*.hpp)
foreach(@PROJECT_NAME@_PUBLIC_HEADER ${@PROJECT_NAME@_PUBLIC_HEADERS_TMP})
set(@PROJECT_NAME@_PUBLIC_HEADERS_AUTOTOOLS "${@PROJECT_NAME@_PUBLIC_HEADERS_AUTOTOOLS} ${@PROJECT_NAME@_PUBLIC_HEADER}")
endforeach()
endforeach()

set(@PROJECT_NAME@_PUBLIC_HEADERS_FILES_TMP @@PROJECT_NAME@_PUBLIC_HEADERS_FILES@)
Expand Down

0 comments on commit c9ae6b0

Please sign in to comment.