mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-12 17:30:18 +00:00
parent
7152b1b1bf
commit
35c927209e
@ -181,11 +181,13 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANGCC OR CMAKE_COMPILER_IS_IC
|
||||
find_library( ICC_${ICC_LIB}
|
||||
NAMES
|
||||
${ICC_LIB}
|
||||
HINTS
|
||||
${ICC_LOCATION}
|
||||
PATHS
|
||||
${ICC_LOCATION}/lib
|
||||
/opt/intel/lib/
|
||||
PATH_SUFFIXES
|
||||
${ICC_LIB_ARCH}
|
||||
lib/${ICC_LIB_ARCH}
|
||||
)
|
||||
|
||||
if (ICC_${ICC_LIB})
|
||||
|
Loading…
Reference in New Issue
Block a user