Skip to content

Commit

Permalink
Remove OpenColorIOHeaders target and hardcoded install paths (#1471)
Browse files Browse the repository at this point in the history
* Remove OpenColorIOHeaders target

Signed-off-by: Rémi Achard <remiachard@gmail.com>

* Avoid hardcoding install paths

Signed-off-by: Rémi Achard <remiachard@gmail.com>

* Update remaining hardcoded install paths

Signed-off-by: Rémi Achard <remiachard@gmail.com>

* Replace LIB_SUFFIX by CMAKE_INSTALL_LIBDIR

Signed-off-by: Rémi Achard <remiachard@gmail.com>

Co-authored-by: Patrick Hodoul <patrick.hodoul@autodesk.com>
  • Loading branch information
remia and hodoulp authored Sep 9, 2021
1 parent 959b3f7 commit 641abe5
Show file tree
Hide file tree
Showing 19 changed files with 245 additions and 272 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ if(OCIO_BUILD_DOCS)
endif()
add_subdirectory(tests)
add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(ext)


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
description = "@CMAKE_PROJECT_DESCRIPTION@"
version = "@CMAKE_PROJECT_VERSION@"
version_major = "@OpenColorIO_VERSION_MAJOR@"
version_minor = "@OpenColorIO_VERSION_MAJOR@"
version_patch = "@OpenColorIO_VERSION_MAJOR@"
version_minor = "@OpenColorIO_VERSION_MINOR@"
version_patch = "@OpenColorIO_VERSION_PATCH@"
ocio_namespace = "@OCIO_NAMESPACE@"

author = "Contributors to the {} Project".format(project)
Expand Down
4 changes: 0 additions & 4 deletions include/CMakeLists.txt

This file was deleted.

32 changes: 0 additions & 32 deletions include/OpenColorIO/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 641abe5

Please sign in to comment.