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
when i use cmake to get the project, it error "CMake Error at python/PyAbcOpenGL/CMakeLists.txt:112 (INSTALL):
INSTALL Library TARGETS given no DESTINATION!"
open the file CMakeLists.txt is "INSTALL(TARGETS alembicglmodule
LIBRARY DESTINATION lib)"
how can i get "alembicglmodule"
The text was updated successfully, but these errors were encountered:
when i use cmake to get the project, it error "CMake Error at python/PyAbcOpenGL/CMakeLists.txt:112 (INSTALL):
INSTALL Library TARGETS given no DESTINATION!"
open the file CMakeLists.txt is "INSTALL(TARGETS alembicglmodule
LIBRARY DESTINATION lib)"
how can i get "alembicglmodule"
The text was updated successfully, but these errors were encountered: