fish-shell/cmake
Mahmoud Al-Qudsi 71329a250b [cmake] Don't create installation directories that already exist
fish's cmake install routines were attempting to create system
directories that already existed, an operation for which the permissions
to do so may not be available (e.g. /usr/local/share/pkgconfig)

This commit first checks if a directory exists before creating it.
2018-03-04 15:46:29 -06:00
..
CheckIncludeFiles.cmake cmake: update CheckIncludeFiles to enable C++ checks 2017-11-17 16:21:56 +08:00
ConfigureChecks.cmake [cmake] Correct test for term.h (include curses.h first) 2018-02-04 03:11:22 -06:00
Docs.cmake [cmake] copy shipped documentation files if they exist 2018-02-01 22:46:27 +08:00
gettext.cmake [cmake] fix installation of translations 2018-01-22 14:30:36 +08:00
Install.cmake [cmake] Don't create installation directories that already exist 2018-03-04 15:46:29 -06:00
PCRE2.cmake Move CMakeFiles to cmake 2017-11-17 16:21:55 +08:00
Tests.cmake [cmake] only copy tests for out-of-tree builds 2018-02-01 22:46:27 +08:00
Version.cmake [cmake] Untangle the CMake versioning 2018-01-08 22:28:10 -08:00