Skip to content

Commit

Permalink
Merge branch 'averbyts-master-patch-06108' into 'master'
Browse files Browse the repository at this point in the history
Add a note to  HepMC3-config

See merge request hepmc/HepMC3!364
  • Loading branch information
Andrii Verbytskyi committed Oct 10, 2024
2 parents cd9abea + dedc7e2 commit d4ee80c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HepMC3-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ PACKAGE_PREFIX_DIR=$(dirname ${PACKAGE_BIN_DIR})
tmp=$(echo $* | egrep -- '--\<help\>|-\<h\>')
if test $# -eq 0 || test -n "$tmp"; then
echo "@PROJECT_NAME@-config: configuration tool for the @PROJECT_NAME@ library"
echo
echo
echo "Note: the portability of this script is limited, it does not expose all features of @PROJECT_NAME@."
echo "It is recommended to use cmake for builds with @PROJECT_NAME@ to reach a reasonable portability and"
echo "make sure all @PROJECT_NAME@ features can be used. This script might be deleted in the future."
echo
echo "Usage: $( basename $0 ) [--help|-h] | "
echo " [--{prefix,libdir,includedir,interfacesdir}] | "
echo " [--{cxxflags,ldflags,libs}] | "
Expand Down

0 comments on commit d4ee80c

Please sign in to comment.