diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-04-14 18:28:48 -0400 | 
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-04-16 20:22:05 -0400 | 
| commit | 55aab0e7e169812848b1df84e1226ae13e1a4992 (patch) | |
| tree | bc49e9b7ab2953ed7093647ebd90096a7908d9aa | |
| parent | 785a91f3dafaac3183c29cbbba91af575aa64397 (diff) | |
| download | rneovim-55aab0e7e169812848b1df84e1226ae13e1a4992.tar.gz rneovim-55aab0e7e169812848b1df84e1226ae13e1a4992.tar.bz2 rneovim-55aab0e7e169812848b1df84e1226ae13e1a4992.zip | |
CMakeLists.txt: Remove unneeded globs
refs #2426
| -rw-r--r-- | CMakeLists.txt | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ab7062019..2879b57061 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -290,9 +290,7 @@ install_helper(  file(GLOB_RECURSE RUNTIME_PROGRAMS    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} -  runtime/*.pl runtime/*.awk runtime/*.sh -  runtime/tools/ref -  runtime/tools/vimm) +  runtime/*.awk runtime/*.sh)  foreach(PROG ${RUNTIME_PROGRAMS})    get_filename_component(BASEDIR ${PROG} PATH) | 
