Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
ee21f1c6
Commit
ee21f1c6
authored
Jan 06, 2014
by
Stephen Kelly
Committed by
Brad King
Jan 07, 2014
Browse files
CompatibleInterface: Test debugging of not-set property.
parent
80e9fe9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Tests/RunCMake/CompatibleInterface/DebugProperties-stderr.txt
View file @
ee21f1c6
...
...
@@ -66,6 +66,12 @@ CMake Debug Log:
\* Target "CompatibleInterface" has property content "prop3"
+
CMake Debug Log:
String compatibility of property "STRING_PROP4" for target
"CompatibleInterface" \(result: "\(unset\)"\):
\* Target "CompatibleInterface" property not set.
+
CMake Debug Log:
Numeric minimum compatibility of property "NUMBER_MIN_PROP1" for target
"CompatibleInterface" \(result: "50"\):
...
...
Tests/RunCMake/CompatibleInterface/DebugProperties.cmake
View file @
ee21f1c6
...
...
@@ -22,6 +22,7 @@ set_property(TARGET iface1 APPEND PROPERTY
STRING_PROP1
STRING_PROP2
STRING_PROP3
STRING_PROP4
# Not set.
)
set_property
(
TARGET iface1 APPEND PROPERTY
COMPATIBLE_INTERFACE_NUMBER_MIN
...
...
@@ -36,7 +37,7 @@ set_property(TARGET iface1 APPEND PROPERTY
set
(
CMAKE_DEBUG_TARGET_PROPERTIES
BOOL_PROP1 BOOL_PROP2 BOOL_PROP3 BOOL_PROP4 BOOL_PROP5 BOOL_PROP6 BOOL_PROP7
STRING_PROP1 STRING_PROP2 STRING_PROP3
STRING_PROP1 STRING_PROP2 STRING_PROP3
STRING_PROP4
NUMBER_MIN_PROP1 NUMBER_MIN_PROP2
NUMBER_MAX_PROP1 NUMBER_MAX_PROP2
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment