Help: cmake-packages: Add missing slash.

This commit is contained in:
Stephen Kelly 2013-12-24 01:14:10 +01:00
parent cbe7e8fae4
commit f4f6529354
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ be true. This can be tested with logic in the package configuration file:
set(ClimbingStats_FOUND False)
set(ClimbingStats_NOTFOUND_MESSAGE "Specified unsupported component: ${_comp}")
endif()
include("${CMAKE_CURRENT_LIST_DIR}ClimbingStats${_comp}Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/ClimbingStats${_comp}Targets.cmake")
endforeach()
Here, the ``ClimbingStats_NOTFOUND_MESSAGE`` is set to a diagnosis that the package