mirror of https://github.com/CGAL/cgal
fixed fallback to RS_dirs for RS3
This commit is contained in:
parent
25dbce2285
commit
c06f84d4db
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue