CMake: do not install unit test binaries for LayerManagerBase
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 11 Mar 2013 11:02:17 +0000 (04:02 -0700)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 14 Mar 2013 12:03:40 +0000 (05:03 -0700)
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerBase/tests/CMakeLists.txt

index f6385aa..7c5a2d0 100644 (file)
@@ -56,9 +56,6 @@ if (WITH_TESTS)
 
     add_dependencies(${PROJECT_NAME} ${LIBS})
 
-    install(FILES       ${PROJECT_NAME}
-            DESTINATION bin)
-
     add_test(LayerManagerBase ${PROJECT_NAME})
 
 endif(WITH_TESTS)