Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add missing includes to libutil CMake target. (#4306)
This is the continuation of [4305 ](#4305 extra step to Makefile config target to force CMake to rescan). The error occurs when configuring with `make OpenImageIO_BUILD_MISSING_DEPS=all` option which fails the build as `libuitil` does not have `./dep/dist/include` on the path. The original solution was to rerun cmake and let it rescan paths. This step was only required to run once - after the initial CMake configuration step. This kind off worked but I'm still unsure why. So instead of that we can just add the missing location to CMakeLists. Signed-off-by: kuba <[email protected]>
- Loading branch information