mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
check for include dirs set
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user