Skip to content

Commit 15f7a07

Browse files
committed
typo
1 parent cc5be07 commit 15f7a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IncludeMRasterLib.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ find_file(MRaster_PATH "MRasterLib.cmake" PATHS "mraster/build" "../mraster/bui
5656
if(NOT MRaster_PATH STREQUAL "MRaster_PATH-NOTFOUND")
5757
message(STATUS "Found MRaster: ${MRaster_PATH}")
5858
include("${MRaster_PATH}")
59+
get_target_property(MRaster_INCLUDE MRaster INTERFACE_INCLUDE_DIRECTORIES)
5960
else()
6061
message(FATAL_ERROR " MRaster Search Failed!\n"
6162
" The MRaster repository must be located in the same directory as this repository,\n"
6263
" and must be configured with a build directory named 'build' at the root of the \n"
6364
" MRaster repository. That is to say, do the following in the same directory \n"
6465
" where you cloned this repository: \n"
65-
" git clone 'https://github.com/richmit/MRaster.git' \n"
66+
" git clone 'https://github.com/richmit/mraster.git' \n"
6667
" cd mraster/build \n"
6768
" cmake .. \n"
6869
" cd ../.. \n"
6970
" Then return to this repository, and try to configure it again.\n")
7071
endif()
71-
get_target_property(MRaster_INCLUDE MRaster INTERFACE_INCLUDE_DIRECTORIES)

0 commit comments

Comments
 (0)