Merge commit '6481cc3d7534a34435e88d343eb5f499001032a0'
This commit is contained in:
7
cmake/update-help.sh
Executable file
7
cmake/update-help.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
src="$(dirname $(readlink -f $0))"
|
||||
: ${CMAKE:=$(which cmake)}
|
||||
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.html"
|
||||
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.txt"
|
||||
|
||||
Reference in New Issue
Block a user