gnucash unstable: Drop no longer used intltool related variable

Geert Janssens gjanssens at code.gnucash.org
Tue Feb 27 17:00:42 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/e7ec3a61 (commit)
	from  https://github.com/Gnucash/gnucash/commit/02c69a79 (commit)



commit e7ec3a610de37cef2e3d2ab0603c4642e91ea940
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Feb 27 23:00:30 2018 +0100

    Drop no longer used intltool related variable

diff --git a/common/cmake_modules/GncAddGSchemaTargets.cmake b/common/cmake_modules/GncAddGSchemaTargets.cmake
index 4c0a650..7e07967 100644
--- a/common/cmake_modules/GncAddGSchemaTargets.cmake
+++ b/common/cmake_modules/GncAddGSchemaTargets.cmake
@@ -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)



Summary of changes:
 common/cmake_modules/GncAddGSchemaTargets.cmake | 5 -----
 1 file changed, 5 deletions(-)



More information about the gnucash-changes mailing list