We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c789f6a commit 93b1273Copy full SHA for 93b1273
configure
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
-#CMAKE=`which xmake`
3
-#if [ "$CMAKE" = "" || grep -q "no xmake" "$CMAKE" ]
+# Script to check for existence of cmake and then provide
+# some moderately helpful advice on building QGIS with CMake.
4
+# This script doesn't actually build anything.
5
NOCMAKE=0
6
case $OSTYPE in
7
darwin*)
0 commit comments