From f8799e62acf168cbf8fe476a64546e69c3f26df5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 22 Jun 2023 13:18:49 -0500 Subject: [PATCH] CMake: fully qualify an include path --- bundled/muparser_v2_3_3/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundled/muparser_v2_3_3/CMakeLists.txt b/bundled/muparser_v2_3_3/CMakeLists.txt index 6c06fe99bf..2f485cbffd 100644 --- a/bundled/muparser_v2_3_3/CMakeLists.txt +++ b/bundled/muparser_v2_3_3/CMakeLists.txt @@ -24,9 +24,7 @@ enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-implicit-fallthrough) enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-cast-function-type) enable_if_supported(DEAL_II_WARNING_FLAGS -Wno-float-conversion) -include_directories( - include/ -) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/) define_object_library(bundled_muparser OBJECT src/muParserBase.cpp -- 2.39.5