You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build OSD for android on windows and I am getting the following error.
-- Compiling OpenSubdiv version v3_3_3
-- Using cmake version 3.6.0-rc2
-- Configuring done
CMake Error at CMakeLists.txt:715 (add_library):
Error evaluating generator expression:
$<TARGET_OBJECTS:osd_gpu_obj>
Objects of target "osd_gpu_obj" referenced but no such target exists.
Call Stack (most recent call first):
opensubdiv/CMakeLists.txt:170 (_add_possibly_cuda_library)
CMake Error at CMakeLists.txt:715 (add_library):
Error evaluating generator expression:
$<TARGET_OBJECTS:osd_gpu_obj>
Objects of target "osd_gpu_obj" referenced but no such target exists.
Call Stack (most recent call first):
opensubdiv/CMakeLists.txt:224 (_add_possibly_cuda_library)
CMake Error: CMake can not determine linker language for target: osd_static_gpu
CMake Error: CMake can not determine linker language for target: osd_dynamic_gpu
-- Generating done
-- Build files have been written to: C:/Users/admin/Sync/opensubdiv/src/opensubdiv-build-android-test
I am trying to build OSD for android on windows and I am getting the following error.
I am using the following cmake command
I get the same error if I do the process with android studio
The text was updated successfully, but these errors were encountered: