summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/set_property/COMPILE_OPTIONS-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cover set_property for buildsystem directory propertiesBrad King2015-09-111-0/+1
| | | | | | | | | | | | Extend the RunCMake.set_property test with cases covering buildsystem directory properties: * COMPILE_DEFINITIONS * COMPILE_OPTIONS * INCLUDE_DIRECTORIES Also test a non-buildsystem property to document the equivalence in behavior.
* cmTarget: Only append non-empty values to buildsystem properties.Stephen Kelly2015-09-111-1/+1
| | | | | | This is a change in behavior from CMake 3.3, but there is no semantic meaning to empty entries in buildsystem properties. This also restores behavior to that of CMake 2.8.10.
* Tests: Cover set_property for buildsystem target propertiesBrad King2015-09-031-0/+1
Extend the RunCMake.set_property test with cases covering buildsystem target properties: * COMPILE_DEFINITIONS * COMPILE_FEATURES * COMPILE_OPTIONS * INCLUDE_DIRECTORIES * LINK_LIBRARIES * SOURCES Also test a non-buildsystem property to document the current difference in behavior. Refactor the existing LINK_LIBRARIES case to the same more-extensive test as the rest. Use the output generated by CMake 3.3 as the expected output for each test case.