Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions swmm-toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMakeLists.txt - CMake configuration file for swmm-toolkit python package
#
# Created: Feb 6, 2020
# Modified Jun 7, 2021
# Modified Sep 2, 2025
#
# Author: See AUTHORS
#
Expand Down Expand Up @@ -36,16 +36,6 @@ cmake_policy(SET CMP0078 NEW)
cmake_policy(SET CMP0086 NEW)
include(${SWIG_USE_FILE})

# If wheel build on Apple fetch and build OpenMP Library
if (APPLE)
include(./extern/openmp.cmake)
else()
find_package(OpenMP
REQUIRED
OPTIONAL_COMPONENTS
C
)
endif()

# Add project subdirectories
add_subdirectory(swmm-solver)
Expand Down
Loading
Loading