fish-shell/cmake
Fabian Homborg d8af0d2eec Stop creating a "build," directory
This was a typo. CMake doesn't take comma-separated arguments, but if
you do add the comma it tends to work, because it just takes that
comma as part of the string. So if it takes a directory to work in,
that it will then create, and you pass

${CMAKE_CURRENT_BINARY_DIR},

well, that might just create a "build," directory.
2020-10-06 17:55:44 +02:00
..
checks Optimize away a str2wcs_internal check 2020-09-07 18:05:18 -05:00
Benchmark.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00
CheckIncludeFiles.cmake cmake: update CheckIncludeFiles to enable C++ checks 2017-11-17 16:21:56 +08:00
ConfigureChecks.cmake Stop creating a "build," directory 2020-10-06 17:55:44 +02:00
Docs.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00
gettext.cmake Mark Intl cmake package as quiet 2020-06-06 18:56:54 -07:00
Install.cmake Update some .md references 2020-05-30 10:07:21 +02:00
Mac.cmake Suppress linker warnings in Mac debug builds 2020-09-27 11:35:16 -07:00
MacApp.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00
PCRE2.cmake Add CMake variable FISH_USE_SYSTEM_PCRE2 2020-04-28 18:30:40 -07:00
Tests.cmake Add pexpect-based interactive testing framework 2020-06-07 14:46:21 -07:00
Version.cmake Use lowercase CMake function names 2020-03-14 16:11:35 -07:00