Skip to content

Commit

Permalink
Recommend uppercase OCTOMAP for FIND_PACKAGE in octomap-config.cmake.in
Browse files Browse the repository at this point in the history
(Fixes #138)
  • Loading branch information
ahornung committed Apr 28, 2017
1 parent 5355bbc commit 14581c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octomap/octomap-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Usage from an external project:
# In your CMakeLists.txt, add these lines:
#
# FIND_PACKAGE(octomap REQUIRED )
# FIND_PACKAGE(OCTOMAP REQUIRED )
# INCLUDE_DIRECTORIES(${OCTOMAP_INCLUDE_DIRS})
# TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${OCTOMAP_LIBRARIES})
#
Expand Down

0 comments on commit 14581c4

Please sign in to comment.