File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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} )
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ add_subdirectory(${PYBIND11_DIR} ./pybind11)
195195# Manually pull in include dirs for OpenMP on macOS
196196if (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} )
198199endif ()
199200
200201find_package (ZLIB)
You can’t perform that action at this time.
0 commit comments