From 84c9af994483ff15ad11911275a4208a2e5ea256 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Wed, 21 Feb 2007 09:15:35 +0000
Subject: [PATCH] Correction nom PROJECT dans le CMakeLists.txt

---
 Examples/Visu/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/Visu/CMakeLists.txt b/Examples/Visu/CMakeLists.txt
index 07f2ada460..8a0f5e30e4 100644
--- a/Examples/Visu/CMakeLists.txt
+++ b/Examples/Visu/CMakeLists.txt
@@ -1,4 +1,4 @@
-PROJECT(FeatureExtraction)
+PROJECT(Visu)
 INCLUDE_REGULAR_EXPRESSION("^.*$")
 
 #ADD_EXECUTABLE(GreyVisuExample GreyVisuExample.cxx )
-- 
GitLab