Browse Source

Merge topic 'irsl-intel-ia32'

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

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4995
Brad King 5 years ago
parent
commit
2cc5f76701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/InstallRequiredSystemLibraries.cmake

+ 1 - 1
Modules/InstallRequiredSystemLibraries.cmake

@@ -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)