From 7dbab998064da71b8171986ad9d331600622ab9d Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 3 Mar 2021 18:03:42 +0300 Subject: [PATCH] Compilation under Windows. --- src/GEOM_I/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GEOM_I/CMakeLists.txt b/src/GEOM_I/CMakeLists.txt index c0f09fc70..46bb59e3f 100644 --- a/src/GEOM_I/CMakeLists.txt +++ b/src/GEOM_I/CMakeLists.txt @@ -41,6 +41,9 @@ ADD_DEFINITIONS( ${OMNIORB_DEFINITIONS} ) +IF(WIN32) + ADD_DEFINITIONS(-DNOGDI) +ENDIF(WIN32) # libraries to link to SET(_link_LIBRARIES -- 2.39.2