Skip to content

Commit 14581c4

Browse files
committed
Recommend uppercase OCTOMAP for FIND_PACKAGE in octomap-config.cmake.in
(Fixes #138)
1 parent 5355bbc commit 14581c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octomap/octomap-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Usage from an external project:
77
# In your CMakeLists.txt, add these lines:
88
#
9-
# FIND_PACKAGE(octomap REQUIRED )
9+
# FIND_PACKAGE(OCTOMAP REQUIRED )
1010
# INCLUDE_DIRECTORIES(${OCTOMAP_INCLUDE_DIRS})
1111
# TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${OCTOMAP_LIBRARIES})
1212
#

0 commit comments

Comments
 (0)