We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898cfd5 commit fd6d44cCopy full SHA for fd6d44c
configure
@@ -2,6 +2,8 @@
2
# Convenience wrapper for easily viewing/setting options that
3
# the project's CMake scripts will recognize
4
5
+command="$0 $*"
6
+
7
# check for `cmake` command
8
type cmake > /dev/null 2>&1 || {
9
echo "\
@@ -119,3 +121,7 @@ echo "Build Directory : $builddir"
119
121
echo "Source Directory: $sourcedir"
120
122
cd $builddir
123
cmake $CMakeCacheEntries $sourcedir
124
125
+echo "# This is the command used to configure this build" > config.status
126
+echo $command >> config.status
127
+chmod u+x config.status
0 commit comments