Skip to content

Commit 190fcc1

Browse files
author
gsherman
committed
'cleaned up comments and added some info about the purpose of the script'
git-svn-id: http://svn.osgeo.org/qgis/trunk@7077 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f9c4660 commit 190fcc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
2-
#CMAKE=`which xmake`
3-
#if [ "$CMAKE" = "" || grep -q "no xmake" "$CMAKE" ]
2+
# Script to check for existence of cmake and then provide
3+
# some moderately helpful advice on building QGIS with CMake.
4+
# This script doesn't actually build anything.
45
NOCMAKE=0
56
case $OSTYPE in
67
darwin*)

0 commit comments

Comments
 (0)