[vlmc-devel] CMakeLists: Deactivate the translations for now

Hugo Beauzée-Luyssen git at videolan.org
Thu Mar 24 13:22:28 CET 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Mar 21 19:54:34 2016 +0100| [895a51bfaa2410aaa92fae286ee199555770d267] | committer: Hugo Beauzée-Luyssen

CMakeLists: Deactivate the translations for now

It seems to be breaking the build for MacOS, is always regenerating the
ts files, and doesn't work since the translations aren't available in
the preferences

> https://code.videolan.org/videolan/vlmc/commit/895a51bfaa2410aaa92fae286ee199555770d267
---

 CMakeLists.txt     | 2 +-
 src/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6301383..de82026 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -172,7 +172,7 @@ IF (UNIX)
     SET (VLMC_MANUAL_DIR  ${CMAKE_INSTALL_PREFIX}/${VLMC_MANUAL_SUBDIR})
 ENDIF (UNIX)
 
-SUBDIRS(ts)
+# SUBDIRS(ts)
 SUBDIRS(src)
 SUBDIRS(nsis)
 SUBDIRS(effects)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 73033ab..0a9ba0c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -258,7 +258,7 @@ ELSE(NOT WITH_GUI)
 
 ENDIF( NOT WITH_GUI )
 
-ADD_DEPENDENCIES( vlmc translations )
+#ADD_DEPENDENCIES( vlmc translations )
 
 INSTALL(TARGETS vlmc
         BUNDLE  DESTINATION ${VLMC_BIN_DIR}



More information about the Vlmc-devel mailing list