summaryrefslogtreecommitdiffstats
path: root/cmake/ConfigurePaths.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-041-94/+0
|
* Use consistent syntax in ConfigurePaths moduleMatthias Vogelgesang2016-03-161-5/+5
|
* Win specific configure path for library installation pathSai Sasidhar Maddali2016-03-151-1/+5
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-0/+90
The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.