diff options
Diffstat (limited to 'runtime/CMakeLists.txt')
-rw-r--r-- | runtime/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 4e39fcfbe5..46c5cf8235 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -82,7 +82,6 @@ endforeach() file(GLOB_RECURSE RUNTIME_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.vim *.dict *.py *.ps *.tutor) -list(APPEND RUNTIME_FILES macros/dvorak) foreach(F ${RUNTIME_FILES}) get_filename_component(BASEDIR ${F} PATH) |