Skip to content

Commit 0534806

Browse files
committed
Move OpenMP to swmm-solver
1 parent 7fab378 commit 0534806

File tree

5 files changed

+3
-461
lines changed

5 files changed

+3
-461
lines changed

swmm-toolkit/CMakeLists.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists.txt - CMake configuration file for swmm-toolkit python package
33
#
44
# Created: Feb 6, 2020
5-
# Modified Jun 7, 2021
5+
# Modified Sep 2, 2025
66
#
77
# Author: See AUTHORS
88
#
@@ -36,16 +36,6 @@ cmake_policy(SET CMP0078 NEW)
3636
cmake_policy(SET CMP0086 NEW)
3737
include(${SWIG_USE_FILE})
3838

39-
# If wheel build on Apple fetch and build OpenMP Library
40-
if (APPLE)
41-
include(./extern/openmp.cmake)
42-
else()
43-
find_package(OpenMP
44-
REQUIRED
45-
OPTIONAL_COMPONENTS
46-
C
47-
)
48-
endif()
4939

5040
# Add project subdirectories
5141
add_subdirectory(swmm-solver)

0 commit comments

Comments
 (0)