Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests | Craig Scott | 2017-12-29 | 1 | -2/+3 |
| | |||||
* | SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars | Daniele E. Domenichelli | 2013-07-22 | 1 | -1/+1 |
| | | | | | | | | | | If one of the libraries (_DEBUG or _RELEASE) is not set, the value is set to the value of the other one. FindQt4, from which the macro is extracted, sets the values to XXX_LIBRARY_{DEBUG,RELEASE}-NOTFOUND instead. In both cases the XXX_LIBRARY is correct, but using NOTFOUND makes it easier to understand which one is missing. Update Tests/CMakeOnly/SelectLibraryConfigurations with the new logic. | ||||
* | SelectLibraryConfigurations: fix for release and debug libs being the same | Rolf Eike Beer | 2012-10-21 | 1 | -0/+4 |
| | |||||
* | SelectLibraryConfigurations: add testcase | Rolf Eike Beer | 2012-10-21 | 1 | -0/+60 |