Skip to content

Commit

Permalink
Remove cmake 2.6 warnings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8554 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 30, 2008
1 parent d83f428 commit bb26fca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/helpviewer/CMakeLists.txt
Expand Up @@ -59,4 +59,8 @@ ENDIF (${QTVERSION} STRLESS "4.3.0")
########################################################
# Install

INSTALL(TARGETS qgis_help RUNTIME DESTINATION ${QGIS_BIN_DIR})
IF (APPLE)
INSTALL(TARGETS qgis_help BUNDLE DESTINATION ${QGIS_BIN_DIR})
ELSE (APPLE)
INSTALL(TARGETS qgis_help RUNTIME DESTINATION ${QGIS_BIN_DIR})
ENDIF (APPLE)

0 comments on commit bb26fca

Please sign in to comment.