summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..11fd4f8
--- /dev/null
+++ b/configure
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ ! -z "$@" ]; then
+ printf "\nThis is not real configure script.\n"
+ printf "This script only calls 'cmake .'\n"
+ printf "All options are ignored.\n"
+fi
+cmake .