From: Wolfgang Bangerth Date: Fri, 7 Feb 2025 00:12:47 +0000 (-0700) Subject: Remove an unnecessary include path. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18100%2Fhead;p=dealii.git Remove an unnecessary include path. --- diff --git a/source/trilinos/CMakeLists.txt b/source/trilinos/CMakeLists.txt index ac12d97d2e..b60e84345c 100644 --- a/source/trilinos/CMakeLists.txt +++ b/source/trilinos/CMakeLists.txt @@ -12,9 +12,6 @@ ## ## ------------------------------------------------------------------------ -include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) - - set(_src) set(_inst)