]> granicus.if.org Git - graphviz/commit
CMake: standardize on always specifying library paths in 'install' steps
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Apr 2022 18:03:42 +0000 (11:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 5 Apr 2022 03:03:09 +0000 (20:03 -0700)
commitbcb72a9aa2291c80247fc883d5883dd9f4b7b148
tree606be633381a929e3a44e99f5c4fd63025517c28
parenta8e5740ca0ed0d9c068bdd7de4e72c63f3d2a9b5
CMake: standardize on always specifying library paths in 'install' steps

Given the differences in how Windows vs everything else treats library vs binary
paths, it seems clearer and less confusing to always specify `RUNTIME`,
`LIBRARY`, and `ARCHIVE` paths during `install` steps. This also avoids
accidentally installing libraries to incorrect paths if they are considered for
installation as dependents of a binary, though I do not know whether this
behavior ever occurs.
cmd/edgepaint/CMakeLists.txt
cmd/tools/CMakeLists.txt