Skip to content

Commit 2955327

Browse files
author
jef
committed
fix cmake warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@14370 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f6a8e48 commit 2955327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapserver/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ADD_DEFINITIONS(-DQGIS_LIB_DIR="\\"${QGIS_LIB_DIR}\\"")
1616
1717
IF (CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES RelWithDebInfo)
1818
ADD_DEFINITIONS(-DQGSMSDEBUG=1)
19-
ENDIF (CMAKE_BUILD_TYPE MATCHES Debug)
19+
ENDIF (CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES RelWithDebInfo)
2020
########################################################
2121
# Files
2222

0 commit comments

Comments
 (0)