diff --git a/cmake/std/atdm/tlcc2/tweaks/INTEL_DEBUG_OPENMP_SNB.cmake b/cmake/std/atdm/tlcc2/tweaks/INTEL_DEBUG_OPENMP_SNB.cmake deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/cmake/std/atdm/tlcc2/tweaks/INTEL_RELEASE_OPENMP_SNB.cmake b/cmake/std/atdm/tlcc2/tweaks/INTEL_RELEASE_OPENMP_SNB.cmake deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/cmake/std/atdm/tlcc2/tweaks/Tweaks.cmake b/cmake/std/atdm/tlcc2/tweaks/Tweaks.cmake new file mode 100644 index 000000000000..826790621034 --- /dev/null +++ b/cmake/std/atdm/tlcc2/tweaks/Tweaks.cmake @@ -0,0 +1,3 @@ +# Disable Sacado GTest tests with this intel-18 compiler to avoid build error +# (#7778) +ATDM_SET_ENABLE(Sacado_ENABLE_GTest OFF)