xo-cmake: + xo-reconfigure.in install
This commit is contained in:
parent
6a57bf398f
commit
ffa6682f1c
2 changed files with 4 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ install(
|
|||
"share/xo-macros/gen-ccov.in"
|
||||
"share/xo-macros/Doxyfile.in"
|
||||
"share/xo-macros/xo-bootstrap-macros.cmake"
|
||||
"share/xo-macros/xo-reconfigure.in"
|
||||
PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/xo-macros
|
||||
)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,9 @@ while [[ $# -gt 0 ]]; do
|
|||
*)
|
||||
echo "error: xo-reconfigure: unexpected argument [$1]"
|
||||
echo "usage: xo-reconfigure"
|
||||
echo " xo-reconfigure [-n] -- CMAKE_ARGS"
|
||||
echo " xo-reconfigure [-n|--dry-run]"
|
||||
echo " [--enable-testing|--disable-testing]"
|
||||
echo " -- CMAKE_ARGS"
|
||||
exit 1
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue