diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-08-03 07:54:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 07:54:53 -0700 |
commit | 43cd91a4f4276da2b9cb231032ca63e47e7f32a2 (patch) | |
tree | 0ddd48ed309e44fcca0e340ff00dbf406a2bdeff /cmake/InstallHelpers.cmake | |
parent | 0a29267514c57c438d68a3d5599bfada41363b24 (diff) | |
parent | d3bfc03c5d88466d2644cfaddcce48805b10ebca (diff) | |
download | rneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.tar.gz rneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.tar.bz2 rneovim-43cd91a4f4276da2b9cb231032ca63e47e7f32a2.zip |
Merge #19626 build: cleanup old cmake files
Diffstat (limited to 'cmake/InstallHelpers.cmake')
-rw-r--r-- | cmake/InstallHelpers.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/InstallHelpers.cmake b/cmake/InstallHelpers.cmake index 9d997260cd..3786c4177f 100644 --- a/cmake/InstallHelpers.cmake +++ b/cmake/InstallHelpers.cmake @@ -45,7 +45,7 @@ function(create_install_dir_with_perms) while(NOT EXISTS \$ENV{DESTDIR}\${_current_dir} AND NOT \${_prev_dir} STREQUAL \${_current_dir}) list(APPEND _parent_dirs \${_current_dir}) set(_prev_dir \${_current_dir}) - get_filename_component(_current_dir \${_current_dir} PATH) + get_filename_component(_current_dir \${_current_dir} DIRECTORY) endwhile() if(_parent_dirs) |