Skip to content

Commit bf84d2f

Browse files
committed
Changed acescontainer to public for rawtoaces_util
Signed-off-by: Mikael Sundell <[email protected]>
1 parent 2715559 commit bf84d2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/rawtoaces_util/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ target_link_libraries(${RAWTOACESLIB}
2929
if (AcesContainer_FOUND)
3030
target_include_directories(${RAWTOACESLIB} PUBLIC ${AcesContainer_INCLUDE_DIRS})
3131
target_link_directories(${RAWTOACESLIB} PUBLIC ${AcesContainer_LIBRARY_DIRS})
32-
target_link_libraries(${RAWTOACESLIB} PUBLIC ${AcesContainer_LIBRARIES})
32+
target_link_libraries(${RAWTOACESLIB}
33+
PUBLIC
34+
${AcesContainer_LIBRARIES}
35+
${AcesContainer_LDFLAGS_OTHER}
36+
)
3337
endif()
3438

3539
if (TARGET LibRaw::LibRaw)

0 commit comments

Comments
 (0)