-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
Today I stumbled over vcpkg's wiring between pystring and OpenColorIO. I didn't find documentation:
What is the canonical way to include pystring.h?
a) #include <pystring.h>
- found in OpenColorIO
- could work with installations in
include(global) or ininclude/pystring(isolated). - could easily be covered by a uniform CMake target (
pystring::pystring) for installed or sub-project usage.
b) #include <pystring/pystring.h>
- found in https://github.com/imageworks/KatanaUsdPlugins.
- found in cmake config installed by vcpkg port.
- depends on header being in pystring subdir.
- not so e.g. in Debian, https://packages.debian.org/sid/amd64/libpystring-dev/filelist
- not so in this repo (repo name left aside), preventing a uniform CMake target for installed or sub-project usage (unless changing this repo's layout).
Metadata
Metadata
Assignees
Labels
No labels