From 118501e2f28152960ed8ca0959957d07a321f25e Mon Sep 17 00:00:00 2001 From: Andreas Naumann <andreas.naumann@tu-dresden.de> Date: Sun, 10 Jul 2011 07:05:40 +0000 Subject: [PATCH] wrong line --- demo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 62ecda9d..b1202d24 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -15,7 +15,7 @@ foreach(s ${sources}) get_filename_component(swe ${s} NAME_WE) add_executable(${swe} ${s}) target_link_libraries(${swe} ${BASIS_LIBS}) - install(${swe}) + install(TARGETS ${swe}) endforeach(s) #create the output dir -- GitLab