Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Mar 29, 2024
1 parent 6e476c9 commit b90cf9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cmake/build_Imath.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ set (Imath_VERSION ${Imath_LOCAL_BUILD_VERSION})

# Need a link so that we can #include <Imath/blah.h> because in the Imath
# source, the headers are not in an Imath subdirectory.
# file (CREATE_LINK ${Imath_SOURCE_DIR}/src/Imath ${Imath_SOURCE_DIR}/src/Imath/Imath SYMBOLIC)
file (CREATE_LINK ${Imath_SOURCE_DIR}/src/Imath ${Imath_SOURCE_DIR}/src/Imath/Imath SYMBOLIC)

proj_include_directories_prepend ("${Imath_SOURCE_DIR}/src"
proj_include_directories_prepend ("${Imath_SOURCE_DIR}/src/Imath"
"${Imath_BINARY_DIR}/config")
message ("After build_Imath, now ${PROJECT_NAME}_include_directories = ${${PROJECT_NAME}_include_directories}}")
# set (${PROJECT_NAME}_include_directories "${Imath_SOURCE_DIR}/src/Imath;${Imath_BINARY_DIR}/src/config;${${PROJECT_NAME}_include_directories}")
message ("After build_imath, now ${PROJECT_NAME}_include_directories = ${${PROJECT_NAME}_include_directories}}")

0 comments on commit b90cf9f

Please sign in to comment.