Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Feb 12, 2025
1 parent 8e4d99d commit 7cddf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rawtoaces_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ message( "AcesContainer_LDFLAGS_OTHER= ${AcesContainer_LDFLAGS_OTHER}" )


target_include_directories ( ${RAWTOACESLIB} PRIVATE ${AcesContainer_INCLUDE_DIRS} )
target_link_directories ( ${RAWTOACESLIB} PRIVATE ${AcesContainer_LIBRARY_DIRS} )
target_link_directories ( ${RAWTOACESLIB} PUBLIC ${AcesContainer_LIBRARY_DIRS} )
target_link_libraries ( ${RAWTOACESLIB}
PRIVATE
PUBLIC
${AcesContainer_LIBRARIES}
${AcesContainer_LDFLAGS_OTHER}
)
Expand Down

0 comments on commit 7cddf7d

Please sign in to comment.