From d66f8054ed42484b5f9f82cd4a3c08f92d1a67a3 Mon Sep 17 00:00:00 2001 From: ana Date: Thu, 16 Apr 2015 18:04:57 +0300 Subject: [PATCH] Windows compatibility --- src/GenerationGUI/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2