nixpkgs/pkgs/development/tools/build-managers/cmake
Ivan Babrou 5269ed23f2
cmake: remove obsolete substituteInPlace (#113843)
This `substituteInPlace` was introduced in 2016 when cmake was at v3.4:

* https://github.com/NixOS/nixpkgs/commit/5286c0aebb

In 2018 cmake v3.12.0 changed the code to make it not match anything:

* https://github.com/Kitware/CMake/commit/50b5e9ed13

```
substituteStream(): WARNING: pattern '${PYTHON_EXECUTABLE}' doesn't match anything in file 'Modules/FindCxxTest.cmake'
```

Having it around in 2021 with cmake v3.19.3 doesn't help,
and tests are disabled anyway.
2021-02-21 22:29:45 -05:00
..
2.8.nix pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
3.2.2-cygwin.patch
application-services.patch cmake: fix build on darwin 2021-01-24 08:45:10 +01:00
default.nix cmake: remove obsolete substituteInPlace (#113843) 2021-02-21 22:29:45 -05:00
libuv-application-services.patch cmake: 3.17.3 -> 3.18.0 2020-07-26 18:57:06 +02:00
search-path-2.8.patch cmake_2_8: fix build, restore search-path.patch 2018-08-31 01:04:44 +02:00
search-path.patch cmake: 3.17.3 -> 3.18.0 2020-07-26 18:57:06 +02:00
setup-hook.sh cmake: fix CMAKE_FIND_FRAMEWORK 2020-08-29 13:37:56 +02:00