fixed fallback to RS_dirs for RS3

This commit is contained in:
Alexander Kobel 2012-10-04 12:06:46 +00:00
parent 25dbce2285
commit c06f84d4db
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if( MPFI_FOUND )
ENV RS_INC_DIR
ENV RS_DIR
PATH_SUFFIXES include
PATHS ${RS_INCLUDE_DIR}
DOC "The directory containing the RS3 include files"
)
@ -30,6 +31,7 @@ if( MPFI_FOUND )
ENV RS_LIB_DIR
ENV RS_DIR
PATH_SUFFIXES lib
PATHS ${RS_LIBRARIES_DIR}
DOC "Path to the RS3 library"
)