Skip to content

Commit e9a9dc2

Browse files
committed
Merge branch 'febiostudio3' of https://github.com/febiosoftware/FEBioStudio into febiostudio3
2 parents 4a0574a + 882d82d commit e9a9dc2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ if(UNIX)
504504
if(${USE_MKL_OMP})
505505
target_link_libraries(${FBS_BIN_NAME} ${MKL_OMP})
506506
target_include_directories(RTLib PRIVATE ${OpenMP_C_INCLUDE_DIRS} ${OMP_INC})
507+
target_include_directories(GLLib PRIVATE ${OpenMP_C_INCLUDE_DIRS} ${OMP_INC})
507508
else()
508509
target_link_libraries(${FBS_BIN_NAME} ${OpenMP_C_LIBRARIES})
509510
target_include_directories(RTLib PRIVATE ${OpenMP_C_INCLUDE_DIRS} ${OMP_INC})

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)