From 47b8d322a4d9598706948553dfbf9daebe80dcef Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 25 Feb 2013 15:26:37 +0100 Subject: Remove use of TARGET_DEFINED from the ExportImport test. Update the unit test introduced in commit 5daaa5c4 (Fix TARGET_PROPERTY target extractions., 2013-01-26) to not use the expression, but still test the appropriate code. --- Tests/ExportImport/Export/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt index ae938cd..c00ef82 100644 --- a/Tests/ExportImport/Export/CMakeLists.txt +++ b/Tests/ExportImport/Export/CMakeLists.txt @@ -149,7 +149,7 @@ set_property(TARGET testLibRequired APPEND PROPERTY $> $> # Test that the below is non-fatal - $<$:$> + $<$:$> ) set_property(TARGET testLibRequired APPEND PROPERTY -- cgit v0.12