Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Feb 16, 2024
1 parent 6ff31f1 commit 9ba9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmm-toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()


# SWIG is a build requirement so needs to be installed first
find_package(SWIG REQUIRED)
find_package(SWIG 4.1 REQUIRED)
cmake_policy(SET CMP0078 NEW)
cmake_policy(SET CMP0086 NEW)
include(${SWIG_USE_FILE})
Expand Down

0 comments on commit 9ba9b26

Please sign in to comment.