Skip to content

Commit

Permalink
Fix copy&paste error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gruenich authored and bernhardmgruber committed Nov 13, 2023
1 parent 993cb6a commit 1e911d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VcMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ macro(vc_determine_compiler)
exec_program(${CMAKE_CXX_COMPILER} ARGS -dumpversion OUTPUT_VARIABLE Vc_ICC_VERSION)
message(STATUS "Detected Compiler: Intel ${Vc_ICC_VERSION}")

# break build with too old clang as early as possible.
# break build with too old ICC as early as possible.
if(Vc_ICC_VERSION VERSION_LESS 18.0.0)
message(FATAL_ERROR "Vc 1.4 requires least ICC 18")
endif()
Expand Down

0 comments on commit 1e911d4

Please sign in to comment.