From: inv Date: Tue, 15 Oct 2013 06:49:00 +0000 (+0000) Subject: RNV: Fix compilation in the WITHOUT GUI mode. X-Git-Tag: V7_3_0a1~122 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=fcec7fb454ef336224ec535af05b14732a85322d RNV: Fix compilation in the WITHOUT GUI mode. --- diff --git a/src/Tools/Verima/CMakeLists.txt b/src/Tools/Verima/CMakeLists.txt index 088ac496b..a5e39bafe 100644 --- a/src/Tools/Verima/CMakeLists.txt +++ b/src/Tools/Verima/CMakeLists.txt @@ -19,7 +19,9 @@ ADD_SUBDIRECTORY(Doc) ADD_SUBDIRECTORY(CreeDocuments) -ADD_SUBDIRECTORY(Gui) +IF(SALOME_BUILD_GUI) + ADD_SUBDIRECTORY(Gui) +ENDIF(SALOME_BUILD_GUI) ADD_SUBDIRECTORY(Scripts) ADD_SUBDIRECTORY(Stats) ADD_SUBDIRECTORY(Base)