Skip to content

Commit

Permalink
- Added missing ${Boost_INCLUDE_DIR} to src/core/CMakeLists.txt. This…
Browse files Browse the repository at this point in the history
… fixes this error 'OpenColorTypes.h:41:32: error: boost/shared_ptr.hpp' on machines which do not have boost installed.
  • Loading branch information
malcolmhumphreys committed Oct 19, 2010
1 parent 75f5c4c commit 42c400a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/export/
${CMAKE_BINARY_DIR}/export/
${YAML_CPP_INCLUDE_DIRS}
${Boost_INCLUDE_DIR}
)

file(GLOB_RECURSE core_src_files "${CMAKE_SOURCE_DIR}/src/core/*.cpp")
Expand Down

0 comments on commit 42c400a

Please sign in to comment.