Skip to content

Commit

Permalink
improve doc about catkin_package(CFG_EXTRAS) (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jun 3, 2016
1 parent 1b2e476 commit b1e138a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmake/catkin_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
# :param CFG_EXTRAS: a CMake file containing extra stuff that should
# be accessible to users of this package after
# ``find_package``\ -ing it. This file must live in the
# subdirectory ``cmake`` or be an absolute path. Various additional
# file extension are possible:
# subdirectory ``cmake`` or be an absolute path.
# All passed extra files must have unique basenames since they are
# being installed into a single folder.
# Various additional file extension are possible:
# for a plain cmake file just ``.cmake``, for files expanded using
# CMake's ``configure_file()`` use ``.cmake.in`` or for files expanded
# by empy use ``.cmake.em``. The templates can distinguish between
Expand Down

0 comments on commit b1e138a

Please sign in to comment.