Skip to content

Commit c3cea02

Browse files
committed
[build] Rely on target-provided Boost include path
1 parent f92bb94 commit c3cea02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

occ/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ target_include_directories(${OCCLIBRARY}
313313
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
314314
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
315315
${PROTO_SOURCE_DIR}
316-
${GRPC_INCLUDE_DIRS}
317-
${Boost_INCLUDE_DIRS})
316+
${GRPC_INCLUDE_DIRS})
318317

319318
target_link_libraries(${OCCLIBRARY}
320319
PUBLIC

0 commit comments

Comments
 (0)