diff options
author | Geoffrey Oxberry <goxberry@gmail.com> | 2019-08-27 05:00:40 -0700 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2019-08-27 14:00:40 +0200 |
commit | 4b767b83a9d742483a9ef788c835aea4357e79c4 (patch) | |
tree | 65e65d1a0c5b1de0e27ffca3211312ba32a5f1ec /lib | |
parent | 59486ad072e96fcdb4f1dcda2f52de1d5b8f5921 (diff) | |
download | spack-4b767b83a9d742483a9ef788c835aea4357e79c4.tar.gz spack-4b767b83a9d742483a9ef788c835aea4357e79c4.tar.bz2 spack-4b767b83a9d742483a9ef788c835aea4357e79c4.tar.xz spack-4b767b83a9d742483a9ef788c835aea4357e79c4.zip |
raja~openmp: explicitly disable OpenMP in CMake (#12572)
Before this commit, CMake would still attempt to detect OpenMP, even
if RAJA were being installed with `spack install raja~openmp`, because
the option `ENABLE_OPENMP` is set to "On" by default. This commit
explicitly disables OpenMP when the Spack install spec contains
'~openmp`, ensuring that CMake does not attempt to detect and link
with OpenMP.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions