Skip to content

Commit

Permalink
Add missing include paths, restore boot install in CI scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kulla <ckulla@gmail.com>
  • Loading branch information
fpsunflower committed May 3, 2024
1 parent 50b1189 commit f846c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/build-scripts/gh-installdeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ else

time sudo apt-get -q install -y \
git cmake ninja-build ccache g++ \
libboost-dev libboost-thread-dev libboost-filesystem-dev \
libilmbase-dev libopenexr-dev \
libtiff-dev libgif-dev libpng-dev \
flex bison libbison-dev \
Expand Down
3 changes: 3 additions & 0 deletions src/liboslexec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ foreach(batched_target ${BATCHED_TARGET_LIST})
PUBLIC
${CMAKE_INSTALL_FULL_INCLUDEDIR}
${IMATH_INCLUDES}
PRIVATE
${ROBINMAP_INCLUDES}
)
target_link_libraries (${batched_target_lib}
PUBLIC
Expand All @@ -536,6 +538,7 @@ target_include_directories (${local_lib}
${IMATH_INCLUDES}
PRIVATE
"${CMAKE_SOURCE_DIR}/src/liboslcomp"
${ROBINMAP_INCLUDES}
)
target_compile_definitions (${local_lib}
PRIVATE
Expand Down

0 comments on commit f846c42

Please sign in to comment.