Grass_CMakeLists.patch

Patch src/plugins/grass/CMakeLists.txt - Loïc BARTOLETTI, 2013-05-26 08:40 AM

Download (553 Bytes)

View differences:

src/plugins/grass/CMakeLists.txt 2013-05-26 16:08:23.000000000 +0200
153 153
  qgisgrass
154 154
  qgis_gui
155 155
  ${OPENPTY_LIBRARY}
156
)
156
  )
157

  
158
IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
159
	TARGET_LINK_LIBRARIES(grassplugin
160
		qgisgrass
161
		qgis_gui
162
		${OPENPTY_LIBRARY}
163
		ulog
164
	)
165
ENDIF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
166

  
167

  
168

  
157 169

  
158 170
# override default path where built files are put to allow running qgis without installing
159 171
# the binary goes under libexec subdir