Skip to content

Commit 882d82d

Browse files
Added OMP_INC to GLLib in standalone python module to fix compilation issues on macOS [skip ci]
1 parent 73eb092 commit 882d82d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PyLib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ add_subdirectory(${PYBIND11_DIR} ./pybind11)
195195
# Manually pull in include dirs for OpenMP on macOS
196196
if(APPLE)
197197
target_include_directories(FEBioMech PRIVATE ${OpenMP_C_INCLUDE_DIRS} ${OMP_INC})
198+
target_include_directories(GLLib PRIVATE ${OpenMP_C_INCLUDE_DIRS} ${OMP_INC})
198199
endif()
199200

200201
find_package(ZLIB)

0 commit comments

Comments
 (0)