Skip to content

Commit

Permalink
- more missing ${Boost_INCLUDE_DIR}
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmhumphreys committed Oct 19, 2010
1 parent 42c400a commit 8ec7281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pyglue/CMakeLists.txt
Expand Up @@ -42,6 +42,7 @@ if(PYTHON_OK)
${PYTHON_INCLUDE}
${CMAKE_SOURCE_DIR}/export/
${CMAKE_BINARY_DIR}/export/
${Boost_INCLUDE_DIR}
)
# Exclude the 'lib' prefix from the name.
set_property(TARGET PyOpenColorIO
Expand Down
1 change: 1 addition & 0 deletions src/testbed/CMakeLists.txt
Expand Up @@ -2,6 +2,7 @@
include_directories(
${CMAKE_SOURCE_DIR}/export/
${CMAKE_BINARY_DIR}/export/
${Boost_INCLUDE_DIR}
)

add_executable(OpenColorIOTest
Expand Down

0 comments on commit 8ec7281

Please sign in to comment.