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:
David Aguilar 2013-08-01 13:27:27 -07:00
parent fc1efa5153
commit 4ab5da75ab

View File

@ -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)