Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bc72fd

Browse files
author
Antoine Hoarau
authored
put minitrace in the build_interface link library (#874)
fixes the cmake export set when building behavior tree on standard cmake: CMake Error: install(EXPORT "behaviortree_cppTargets" ...) includes target "behaviortree_cpp" which requires target "minitrace" that is not in any export set.
1 parent0165d7b commit2bc72fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ target_link_libraries(${BTCPP_LIBRARY}
165165
Threads::Threads
166166
${CMAKE_DL_LIBS}
167167
$<BUILD_INTERFACE:foonathan::lexy>
168-
minitrace
168+
$<BUILD_INTERFACE:minitrace>
169169
PUBLIC
170170
${BTCPP_EXTRA_LIBRARIES}
171171
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp