aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-08-03 07:54:53 -0700
committerGitHub <noreply@github.com>2022-08-03 07:54:53 -0700
commit43cd91a4f4276da2b9cb231032ca63e47e7f32a2 (patch)
tree0ddd48ed309e44fcca0e340ff00dbf406a2bdeff /test
parent0a29267514c57c438d68a3d5599bfada41363b24 (diff)
parentd3bfc03c5d88466d2644cfaddcce48805b10ebca (diff)
downloadrneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.tar.gz
rneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.tar.bz2
rneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.zip
Merge #19626 build: cleanup old cmake files
Diffstat (limited to 'test')
-rw-r--r--test/includes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/includes/CMakeLists.txt b/test/includes/CMakeLists.txt
index 4d7e962fbd..b4da4c0611 100644
--- a/test/includes/CMakeLists.txt
+++ b/test/includes/CMakeLists.txt
@@ -16,7 +16,7 @@ endforeach()
foreach(hfile ${PRE_HEADERS})
string(REGEX REPLACE ^pre/ post/ post_hfile ${hfile})
- get_filename_component(hdir ${CMAKE_CURRENT_BINARY_DIR}/${post_hfile} PATH)
+ get_filename_component(hdir ${CMAKE_CURRENT_BINARY_DIR}/${post_hfile} DIRECTORY)
file(MAKE_DIRECTORY ${hdir})
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${post_hfile}