summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-07-21 19:29:36 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-07-21 19:29:36 (GMT)
commit45e153f2238d0fa031d147cfe207e52b913845eb (patch)
treebf7764d8c19b2b2defead4dd795ced73cb444092 /cmake
parenta41037dd1e13fdcbe93de51f56d50fa0b5de33d9 (diff)
downloadDoxygen-45e153f2238d0fa031d147cfe207e52b913845eb.zip
Doxygen-45e153f2238d0fa031d147cfe207e52b913845eb.tar.gz
Doxygen-45e153f2238d0fa031d147cfe207e52b913845eb.tar.bz2
run_translator.cmake is no longer used
Diffstat (limited to 'cmake')
-rw-r--r--cmake/run_translator.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/run_translator.cmake b/cmake/run_translator.cmake
deleted file mode 100644
index d1b187c..0000000
--- a/cmake/run_translator.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-include(${TOP}/cmake/version.cmake)
-find_program(PYTHON NAMES python)
-execute_process(
- COMMAND ${PYTHON} ${CMAKE_SOURCE_DIR}/translator.py
-)