nixpkgs/pkgs/development/tools/build-managers/cmake
Josef Kemetmüller f7414e2b3a cmake/setup-hook.sh: Don't skip build-RPATH
This should simplify using `nix-shell -A` or `nix develop` to develop
CMake based projects. CMake features a mechanism to use a different
RPATH for all executables in the build directory and only rewrite these
RPATHs on installation. This makes it possible to run executables
already from the build directory without having to set LD_LIBRARY_PATH.
This should simplify the checkPhase for cmake based projects and
hopefully not break anything.

Fixes: #22060
2022-07-04 02:58:50 +03:00
..
001-search-path.diff cmake: rename patches 2022-06-22 22:11:09 -03:00
002-application-services.diff cmake: rename patches 2022-06-22 22:11:09 -03:00
003-libuv-application-services.diff cmake: rename patches 2022-06-22 22:11:09 -03:00
004-cygwin.diff cmake: rename patches 2022-06-22 22:11:09 -03:00
005-remove-systemconfiguration-dep.diff cmake: Fix darwin-specific remove-systemconfiguration-dep patch 2022-06-27 23:54:11 +08:00
006-darwin-always-set-runtime-c-flag.diff cmake: rename patches 2022-06-22 22:11:09 -03:00
default.nix cmake: Fix darwin-specific remove-systemconfiguration-dep patch 2022-06-27 23:54:11 +08:00
setup-hook.sh cmake/setup-hook.sh: Don't skip build-RPATH 2022-07-04 02:58:50 +03:00