Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64a7fa5

Browse files
committed
fix typo
1 parent 0810331 commit 64a7fa5

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
@@ -242,7 +242,7 @@ INSTALL( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/
242242
FILES_MATCHING PATTERN "*.h*")
243243

244244
install(EXPORT BehaviorTreeV3Config
245-
DESTINATION "${BEHAVIOR_TREE_LIB_DESTINATION}/$BehaviorTreeV3/cmake"
245+
DESTINATION "${BEHAVIOR_TREE_LIB_DESTINATION}/BehaviorTreeV3/cmake"
246246
NAMESPACE BT::)
247247

248248
export(TARGETS ${PROJECT_NAME}

0 commit comments

Comments
 (0)