diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-05 12:24:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-08 06:03:29 (GMT) |
commit | 2e60b5fcf7929232c2e731f21e1ab9a889949fa3 (patch) | |
tree | 48025bae9d4f68cc8f003fd693d907266b10c6ba /Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt | |
parent | 7974dbb0ffe9c4abb314ec6baff4f0af1d99e5f5 (diff) | |
download | CMake-2e60b5fcf7929232c2e731f21e1ab9a889949fa3.zip CMake-2e60b5fcf7929232c2e731f21e1ab9a889949fa3.tar.gz CMake-2e60b5fcf7929232c2e731f21e1ab9a889949fa3.tar.bz2 |
cmTarget: Report origin of COMPATIBLE_INTERFACE properties.
Diffstat (limited to 'Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt')
-rw-r--r-- | Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt b/Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt new file mode 100644 index 0000000..774445b --- /dev/null +++ b/Tests/RunCMake/PositionIndependentCode/Debug-stderr.txt @@ -0,0 +1,6 @@ +CMake Debug Log: + Boolean compatibility of property "POSITION_INDEPENDENT_CODE" for target + "foo" \(result: "TRUE"\): + + \* Target "foo" has property content "TRUE" + \* Target "iface" property value "TRUE" \(Agree\) |