Drop no longer used intltool related variable

pull/291/head
Geert Janssens 8 years ago
parent 02c69a7933
commit e7ec3a610d

@ -1,11 +1,6 @@
macro(add_gschema_targets _gschema_INPUTS)
SET(_gschema_OUTPUTS "")
set(local_depends ${gschema_depends})
# FIXME: I have no idea of I'm using the right options here for intltool-merge for Windows.
SET(INITTOOL_OPTIONS "--no-translations")
IF(WIN32)
SET(INITTOOL_OPTIONS "/tmp")
ENDIF(WIN32)
SET(CMAKE_COMMAND_TMP "")
IF (${CMAKE_VERSION} VERSION_GREATER 3.1)
SET(CMAKE_COMMAND_TMP ${CMAKE_COMMAND} -E env)

Loading…
Cancel
Save