mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
check for include dirs set
This commit is contained in:
parent
1e74f93d55
commit
aa56e1d980
@ -258,7 +258,8 @@ mark_as_advanced(METIS_DIR_FOUND)
|
|||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(METIS DEFAULT_MSG
|
find_package_handle_standard_args(METIS DEFAULT_MSG
|
||||||
METIS_LIBRARIES
|
METIS_LIBRARIES
|
||||||
METIS_WORKS)
|
METIS_WORKS
|
||||||
|
METIS_INCLUDE_DIRS)
|
||||||
#
|
#
|
||||||
# TODO: Add possibility to check for specific functions in the library
|
# TODO: Add possibility to check for specific functions in the library
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user