mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 14:00:10 +00:00
cmake: move all headers to include/opensubdiv/
The base include/ directory is too general for general installation. Specifically, "include/version.h" will likely clash with many other projects. Move headers to include/opensubdiv/ to prevent filesystem namespace clashes.
This commit is contained in:
parent
fc1efa5153
commit
4ab5da75ab
@ -47,7 +47,7 @@ if (NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
endif()
|
||||
|
||||
if (NOT DEFINED CMAKE_INCDIR_BASE)
|
||||
set( CMAKE_INCDIR_BASE include )
|
||||
set( CMAKE_INCDIR_BASE include/opensubdiv )
|
||||
endif()
|
||||
|
||||
if (NOT DEFINED CMAKE_BINDIR_BASE)
|
||||
|
Loading…
Reference in New Issue
Block a user