File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ set(NVIDIA_COMPILER_REDLIST
881
881
function (add_sollvevv LANG )
882
882
set (_includedir "${TEST_SUITE_SOLLVEVV_ROOT} /ompvv" )
883
883
884
- if (NOT OPENMP_ ${LANG}_FOUND )
884
+ if (NOT OpenMP_ ${LANG}_FOUND )
885
885
message (FATAL_ERROR "OpenMP for ${LANG} not found" )
886
886
return ()
887
887
endif ()
@@ -932,7 +932,7 @@ endfunction ()
932
932
llvm_externals_find (TEST_SUITE_SOLLVEVV_ROOT "sollve_vv" "OpenMP Offloading Validation & Verification Suite" )
933
933
934
934
if (TEST_SUITE_SOLLVEVV_ROOT AND NOT TEST_SUITE_BENCHMARKING_ONLY )
935
- if (OPENMP_FOUND )
935
+ if (OpenMP_FOUND )
936
936
message (STATUS "Adding OpenMP Offloading Validiation & Verification" )
937
937
else ()
938
938
message (STATUS "NOT using OpenMP Validiation & Verification because OpenMP was not found" )
You can’t perform that action at this time.
0 commit comments