Skip to content

Commit f85feff

Browse files
committed
Merge #73: Drop unneeded include directory
d36ebb9 Drop unneeded include directory (Hennadii Stepanov) Pull request description: No headers reside in the `${CMAKE_CURRENT_SOURCE_DIR}/src>` directory. No changes in behavior. ACKs for top commit: ryanofsky: Code review ACK d36ebb9. I'm not sure about this change in the long term since in the future maybe the code generator should have private headers that are not installed. But this is ok for now, and maybe code would move around anyway and make this obsolete. Tree-SHA512: 0e568c1a5050d03690babc68e1bb4c653bb74ba661819b238fc3f0b42314dbf08656d09882b0b735518d89e28d2eeabb85a5fef13c115d70ef48005e4ea49cdb
2 parents 80dc922 + d36ebb9 commit f85feff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ add_library(multiprocess STATIC
7070
target_include_directories(multiprocess PUBLIC
7171
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
7272
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
73-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
7473
$<INSTALL_INTERFACE:include>
7574
${CAPNP_INCLUDE_DIRECTORY})
7675
target_link_libraries(multiprocess PRIVATE CapnProto::capnp)

0 commit comments

Comments
 (0)