forked from mirrors/nixpkgs
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh. It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled). So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.
Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
|
||
---|---|---|
.. | ||
alibuild | ||
apache-ant | ||
apache-maven | ||
arpa2cm | ||
bam | ||
bazel | ||
bear | ||
bloop | ||
bmake | ||
boot | ||
buck | ||
cmake | ||
colormake | ||
conan | ||
doit | ||
drake | ||
dub | ||
gn | ||
gnumake/4.2 | ||
gradle | ||
gup | ||
icmake | ||
jam | ||
kati | ||
leiningen | ||
mage | ||
meson | ||
mill | ||
mk | ||
msbuild | ||
ninja | ||
pants | ||
qbs | ||
rake | ||
rebar | ||
rebar3 | ||
redo | ||
redo-apenwarr | ||
redo-sh | ||
remake | ||
samurai | ||
sbt | ||
sbt-extras | ||
scons | ||
shards | ||
tup | ||
waf | ||
wafHook |