Skip to content

Commit

Permalink
Fix minor problem in cmakelist introduced at r7257
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7259 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Oct 10, 2007
1 parent ce07c49 commit 1e51178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -210,7 +210,7 @@ ENDIF (PYTHON_FOUND)

IF (WIN32)
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
ELSEIF (WIN32)
ELSE (WIN32)
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
ENDIF (WIN32)

Expand Down

0 comments on commit 1e51178

Please sign in to comment.