Skip to content
Snippets Groups Projects
Commit d8cdec06 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'irsl-intel-ia32' into release-3.18


f332ce12 IRSL: Fix path to Intel 32-bit redist libraries

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !4995
parents 2e290682 f332ce12
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ foreach(LANG IN ITEMS C CXX Fortran)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(_Intel_archdir intel64)
else()
set(_Intel_archdir x86)
set(_Intel_archdir ia32)
endif()
set(_Intel_compiler_ver ${CMAKE_${LANG}_COMPILER_VERSION})
if(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment