File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ find_file(MRaster_PATH "MRasterLib.cmake" PATHS "mraster/build" "../mraster/bui
56
56
if (NOT MRaster_PATH STREQUAL "MRaster_PATH-NOTFOUND" )
57
57
message (STATUS "Found MRaster: ${MRaster_PATH} " )
58
58
include ("${MRaster_PATH} " )
59
+ get_target_property (MRaster_INCLUDE MRaster INTERFACE_INCLUDE_DIRECTORIES )
59
60
else ()
60
61
message (FATAL_ERROR " MRaster Search Failed!\n "
61
62
" The MRaster repository must be located in the same directory as this repository,\n "
62
63
" and must be configured with a build directory named 'build' at the root of the \n "
63
64
" MRaster repository. That is to say, do the following in the same directory \n "
64
65
" 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 "
66
67
" cd mraster/build \n "
67
68
" cmake .. \n "
68
69
" cd ../.. \n "
69
70
" Then return to this repository, and try to configure it again.\n " )
70
71
endif ()
71
- get_target_property (MRaster_INCLUDE MRaster INTERFACE_INCLUDE_DIRECTORIES )
You can’t perform that action at this time.
0 commit comments