Skip to content

Commit

Permalink
remove erroneous '-python' option - only affecting gadi
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Dec 3, 2024
1 parent eb48345 commit b26e142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ add_compile_options(-DSWIG_PYTHON_SILENT_MEMLEAK)

set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

SET(CMAKE_SWIG_FLAGS "-v" "-Wextra" "-python" "-py3" "-O" "-c++" "-DSWIG_DO_NOT_WRAP")
SET(CMAKE_SWIG_FLAGS "-v" "-Wextra" "-py3" "-O" "-c++" "-DSWIG_DO_NOT_WRAP")

SET_SOURCE_FILES_PROPERTIES(Function.i PROPERTIES CPLUSPLUS ON)
set_property(SOURCE Function.i PROPERTY SWIG_MODULE_NAME Function)
Expand Down

0 comments on commit b26e142

Please sign in to comment.