aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDundar Goc <gocdundar@gmail.com>2022-07-01 17:06:29 +0200
committerDundar Goc <gocdundar@gmail.com>2022-08-03 09:52:05 +0200
commitd3bfc03c5d88466d2644cfaddcce48805b10ebca (patch)
tree3c3924fb1eeac0df67232fce40f0fb03056f1f84 /cmake
parentba3742ed0df1f2e25acb1ec38dcdc59b6ff7d7e7 (diff)
downloadrneovim-d3bfc03c5d88466d2644cfaddcce48805b10ebca.tar.gz
rneovim-d3bfc03c5d88466d2644cfaddcce48805b10ebca.tar.bz2
rneovim-d3bfc03c5d88466d2644cfaddcce48805b10ebca.zip
build: remove InstallClintErrors.cmake
Replace its functionality by copying the entire directory where the reports are instead.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/InstallClintErrors.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/InstallClintErrors.cmake b/cmake/InstallClintErrors.cmake
deleted file mode 100644
index bd5ca07828..0000000000
--- a/cmake/InstallClintErrors.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-file(GLOB_RECURSE JSON_FILES *.json)
-file(COPY ${JSON_FILES} DESTINATION "${TARGET}")