From 839392f0dcf07b0c238ac012dcdd63727473ca39 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Thu, 9 Sep 2010 07:59:50 +0200 Subject: [PATCH] buxfixed on CMakeLists.txt regarding copying failures --- application/eda_sa/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/eda_sa/CMakeLists.txt b/application/eda_sa/CMakeLists.txt index 25c077722..63901a33a 100644 --- a/application/eda_sa/CMakeLists.txt +++ b/application/eda_sa/CMakeLists.txt @@ -9,8 +9,8 @@ LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) SET(RESOURCES eda_sa.param - plot.py - plot_on_ggobi.py + gplot.py + ggobi.py ) FOREACH(file ${RESOURCES})