Fix: OpenColorIO deps build not finding pystring header

This commit is contained in:
Brecht Van Lommel
2024-02-02 17:22:16 +01:00
parent 0f1bccd1d6
commit 25acfc7497

View File

@@ -28,5 +28,5 @@ install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include/pystring
PUBLIC_HEADER DESTINATION include
)