From 2ca76927bc6bdd1cf5de4a6d1d596524dc2c2f2f Mon Sep 17 00:00:00 2001 From: bruneton Date: Wed, 10 Jul 2013 09:47:33 +0000 Subject: [PATCH] minor: deleting debug message --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 068f6388..b7a488a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,9 +65,6 @@ endif() # GUI has to be loaded AFTER ParaView: the ParaView config doesn't mix # well with the VTK one (and GUI loads VTK): FIND_PACKAGE(SalomeGUI REQUIRED) -IF(TARGET vtkTools) - message("bli !!") -endif() # From GUI: FIND_PACKAGE(SalomeCAS REQUIRED) -- 2.39.2