mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@129783 d073be05-634f-4543-b044-5fe20cf6d1d6
24 lines
630 B
Diff
24 lines
630 B
Diff
--- tests/CMakeLists.txt.orig 2014-11-19 22:39:44.000000000 +0900
|
|
+++ tests/CMakeLists.txt 2014-11-19 22:40:07.000000000 +0900
|
|
@@ -5,7 +5,6 @@
|
|
|
|
add_custom_command(
|
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lauri.pot
|
|
- COMMAND checkXML ${lauri_xml}
|
|
COMMAND xml2pot ${lauri_xml} > lauri.pot
|
|
COMMAND msgmerge -o lauri.pot lauri.pot lauri.pot
|
|
DEPENDS ${lauri_xml}
|
|
@@ -37,12 +36,6 @@
|
|
)
|
|
|
|
add_test(
|
|
- NAME lauri_de
|
|
- COMMAND checkXML lauri_de.xml
|
|
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
|
-)
|
|
-
|
|
-add_test(
|
|
NAME split2po
|
|
COMMAND split2po ${lauri_xml} lauri_de.xml
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|