[evolution-data-server] Correct typo in the output name of camel tests



commit 7f43b4b76f9b83095b8a0d3796ad46045f8016e0
Author: Milan Crha <mcrha redhat com>
Date:   Mon Nov 7 14:07:31 2016 +0100

    Correct typo in the output name of camel tests

 src/camel/tests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/tests/CMakeLists.txt b/src/camel/tests/CMakeLists.txt
index 652cfc3..c1b1063 100644
--- a/src/camel/tests/CMakeLists.txt
+++ b/src/camel/tests/CMakeLists.txt
@@ -31,7 +31,7 @@ macro(add_camel_test_one _part _name _src_file)
        )
 
        set_target_properties(${_test_ident} PROPERTIES
-               OUTPUT_NAME ${_name}}
+               OUTPUT_NAME ${_name}
        )
 
        add_check_test(${_test_ident})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]