You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmonero/ext/restbed/cmake/modules/Findkashmir.cmake

12 lines
452 B

# Copyright 2014-2016, Corvusoft Ltd, All Rights Reserved.
find_path( kashmir_INCLUDE kashmir HINTS "${CMAKE_SOURCE_DIR}/ext/restbed/dependency/kashmir" "/usr/include" "/usr/local/include" "/opt/local/include" )
if ( kashmir_INCLUDE )
set( KASHMIR_FOUND TRUE )
message( STATUS "${Green}Found Kashmir include at: ${kashmir_INCLUDE}${Reset}" )
else ( )
message( FATAL_ERROR "${Red}Failed to locate Kashmir dependency.${Reset}" )
endif ( )