Blender Git Commit Log

Git Commits -> Revision b746179

Revision b746179 by Ankit Meel (master)
September 18, 2020, 13:42 (GMT)
CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS.

Ref {D8855}

Unix and Apple platform files use find_package(OpenSubdiv) which sets
`OPENSUBDIV_INCLUDE_DIR` as an advanced variable, as well as
`OPENSUBDIV_INCLUDE_DIRS` which should be used usually.
Windows sets `OPENSUBDIV_INCLUDE_DIR` which is used by the rest
of the code.

This patch renames it to `_DIRS` everywhere, for it to be like other
similar variables.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8917

Commit Details:

Full Hash: b746179d0add695143675ba5b516618f4b294270
Parent Commit: df12686
Lines Changed: +3, -3

3 Modified Paths:

/build_files/cmake/platform/platform_win32.cmake (+1, -1) (Diff)
/intern/cycles/CMakeLists.txt (+1, -1) (Diff)
/intern/opensubdiv/CMakeLists.txt (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021