We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb8eef commit ea71d25Copy full SHA for ea71d25
1 file changed
cmake/dependency.imath.cmake
@@ -33,7 +33,7 @@ ExternalProject_Get_Property(IMATH INSTALL_DIR)
33
add_library(LibImath INTERFACE)
34
add_dependencies(LibImath IMATH)
35
if (MSVC)
36
- link_library_path2(LibImath ${INSTALL_DIR}/lib Imath.lib Imath-3_2d.lib)
+ link_library_path2(LibImath ${INSTALL_DIR}/lib Imath.lib Imathd.lib)
37
else()
38
target_link_libraries(LibImath INTERFACE ${INSTALL_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Imath${CMAKE_STATIC_LIBRARY_SUFFIX})
39
endif()
0 commit comments