Skip to content

Commit c20e38e

Browse files
authored
Update CMakeLists.txt
SWIG -py3 flag has been deprecated
1 parent b2a320c commit c20e38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swmm-toolkit/src/swmm/toolkit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
################################################################################
1313

1414

15-
set(CMAKE_SWIG_FLAGS -py3)
15+
# set(CMAKE_SWIG_FLAGS -py3)
1616

1717
# Determine filename suffix for python extension
1818
if(WIN32)

0 commit comments

Comments
 (0)