mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Fix osd_regression build
osd_regression needs to link against all the appropriate OSD dependencies, including possibly CUDA, TBB, ICC...
This commit is contained in:
parent
7d4999c46e
commit
563ac5b55f
@ -51,7 +51,7 @@ if ( OPENCL_FOUND )
|
||||
endif()
|
||||
|
||||
|
||||
add_executable(osd_regression
|
||||
_add_possibly_cuda_executable(osd_regression
|
||||
${SOURCE_FILES}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user