From db917d5bb5abe2e85ce65b3881a3295b7c6f4508 Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Fri, 18 Jan 2019 07:37:48 -0500 Subject: [PATCH] Fix finding metis header --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d39ddbee3..bdd5f33e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -442,6 +442,8 @@ if(METIS_FOUND) message(STATUS ${METIS_INCLUDES}) target_include_directories(util PUBLIC ${METIS_INCLUDES}) + target_include_directories(util_C + PUBLIC ${METIS_INCLUDES}) target_link_libraries(util PUBLIC ${METIS_LIBRARIES}) target_compile_definitions(util_C