From: Matthias Maier Date: Thu, 22 Jun 2023 18:18:49 +0000 (-0500) Subject: CMake: fully qualify an include path X-Git-Tag: v9.5.0-rc1~52^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15425%2Fhead;p=dealii.git CMake: fully qualify an include path --- 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