Skip to content

Commit ea71d25

Browse files
committed
Fixed cmake config for imath
1 parent 1bb8eef commit ea71d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/dependency.imath.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ExternalProject_Get_Property(IMATH INSTALL_DIR)
3333
add_library(LibImath INTERFACE)
3434
add_dependencies(LibImath IMATH)
3535
if (MSVC)
36-
link_library_path2(LibImath ${INSTALL_DIR}/lib Imath.lib Imath-3_2d.lib)
36+
link_library_path2(LibImath ${INSTALL_DIR}/lib Imath.lib Imathd.lib)
3737
else()
3838
target_link_libraries(LibImath INTERFACE ${INSTALL_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Imath${CMAKE_STATIC_LIBRARY_SUFFIX})
3939
endif()

0 commit comments

Comments
 (0)