Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Avoid unnecessary use of toolchain in RunCMake.CMP0118 | Brad King | 2020-12-03 | 1 | -20/+20 |
| | | | | | | | | The semantics of the `GENERATED` property do not depend on the kind of target to which the sources are attached. Convert the tests to use custom targets instead of executables so that we do not have to enable the CXX language and initialize support of its toolchain for every case. This significantly reduces the time the test takes to run. | ||||
* | GENERATED prop: Add some tests before introducing changes with CMP0118 | Deniz Bahadir | 2020-11-24 | 1 | -0/+33 |
These are tests which shall assure that the upcoming changes regarding the `GENERATED` source-file property and the associated new policy CMP0118 do not change (or only slightly change) the current, observable behavior when policy CMP0118 is set to `OLD`. |