Skip to content

OpenMP Configuration: add OpenMP flags to Preprocessor Flags

Patrick Sanan requested to merge psanan/openmp-flag-for-preprocessor into main

Leave the detected OpenMP flags in place for C, C++, and Fortran preprocessor flags. This is to support include tests for packages, when headers include preprocessor logic depending on _OPENMP.

Change C++ check to add to CXXPPFLAGS instead of CPPFLAGS.

Edited by Patrick Sanan

Merge request reports