From: ana Date: Thu, 16 Apr 2015 15:04:57 +0000 (+0300) Subject: Windows compatibility X-Git-Tag: V7_6_0rc1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d66f8054ed42484b5f9f82cd4a3c08f92d1a67a3;p=modules%2Fgeom.git Windows compatibility --- diff --git a/src/GenerationGUI/CMakeLists.txt b/src/GenerationGUI/CMakeLists.txt index 5f7afb3a1..b60f1dde6 100755 --- a/src/GenerationGUI/CMakeLists.txt +++ b/src/GenerationGUI/CMakeLists.txt @@ -50,6 +50,10 @@ ADD_DEFINITIONS( ${QT_DEFINITIONS} ) +IF(WIN32) + ADD_DEFINITIONS(-DNOGDI) +ENDIF(WIN32) + # libraries to link to SET(_link_LIBRARIES GEOMObject