Skip to content

Commit 37d38f1

Browse files
author
gsherman
committed
Fix minor problem in cmakelist introduced at r7257
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7259 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fde6651 commit 37d38f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ENDIF (PYTHON_FOUND)
210210

211211
IF (WIN32)
212212
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
213-
ELSEIF (WIN32)
213+
ELSE (WIN32)
214214
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
215215
ENDIF (WIN32)
216216

0 commit comments

Comments
 (0)