Closed RShaw026 closed 1 year ago
This MR adds the OpenMP dependency in the mirco_libConfig.cmake file. Therefore, BACI does not need to do find_package(OpenMP).
mirco_libConfig.cmake
find_package(OpenMP)
Compiled together with BACI in my local machine.
@mayrmt
Description and Context
This MR adds the OpenMP dependency in the
mirco_libConfig.cmake
file. Therefore, BACI does not need to dofind_package(OpenMP)
.Related Issues and Pull Requests
How Has This Been Tested?
Compiled together with BACI in my local machine.
Checklist
Additional Information
Interested Parties / Possible Reviewers
@mayrmt