From e6b4a88d07f2aa854ab8a35d829682a5e5913c33 Mon Sep 17 00:00:00 2001 From: bergmann Date: Wed, 3 Oct 2018 20:24:23 +0200 Subject: [PATCH] * improved unit test CMakefile --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2c60baf..2d86709 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -25,5 +25,6 @@ If ( __COTIRE_INCLUDED ) Cotire ( test_cppamqp ) EndIf ( ) If ( __CMAKE_TESTS_INCLUDED ) - Add_CMake_Test ( cppamqp test_cppamqp ) + Add_CMake_Test ( NAME cppamqp + TARGET test_cppamqp ) EndIf ( )