Skip to content

Commit 6c4384a

Browse files
committed
Removed OCC_CONVERT_SIGNALS
1 parent 9c1cef8 commit 6c4384a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ if(UNIX)
184184
######### Unix/Linux ###########
185185
set(PLATFORM Unix)
186186
endif(APPLE)
187-
set(CMAKE_SWIG_FLAGS ${CMAKE_SWIG_FLAGS} -DCSFDB -DHAVE_CONFIG_H -DOCC_CONVERT_SIGNALS)
188-
add_definitions(-DHAVE_CONFIG_H -DCSFDB -DOCC_CONVERT_SIGNALS)
187+
set(CMAKE_SWIG_FLAGS ${CMAKE_SWIG_FLAGS} -DCSFDB -DHAVE_CONFIG_H)
188+
add_definitions(-DHAVE_CONFIG_H -DCSFDB)
189189
else(UNIX)
190190
if(WIN32)
191191
######### Windows ###########

0 commit comments

Comments
 (0)