We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e0e04 commit 0298870Copy full SHA for 0298870
core/storage/ipld/CMakeLists.txt
@@ -16,7 +16,7 @@ add_library(ipld_node_protobuf
16
${PB_BUILD_DIR}/ipld_node.pb.h
17
${PB_BUILD_DIR}/ipld_node.pb.cc
18
)
19
-target_include_directories(ipld_node_protobuf PUBLIC ${PB_BUILD_DIR})
+target_include_directories(ipld_node_protobuf PUBLIC $<BUILD_INTERFACE:${PB_BUILD_DIR}>)
20
target_link_libraries(ipld_node_protobuf
21
protobuf::libprotobuf
22
0 commit comments