Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!).

Also fixed in main CMakeList file, when no addon dir found, we want to disable WITH_PYTHON (I guess, certainly not WITH_INTERNATIONAL ;) ).
This commit is contained in:
Bastien Montagne
2012-03-17 12:07:58 +00:00
parent 02f707e9da
commit 788b47b788
31 changed files with 128 additions and 10 deletions

View File

@@ -382,7 +382,7 @@ if(WITH_PYTHON)
message(WARNING "Addons path '${CMAKE_SOURCE_DIR}/release/scripts/addons' is missing, "
"This is an 'svn external', which are known not to work with bridges to other version "
"control systems: * CONTINUING WITHOUT ADDONS *")
set(WITH_INTERNATIONAL OFF)
set(WITH_PYTHON OFF)
endif()
endif()