From f67d3e5212cb06e59e555008faae8669572c49f2 Mon Sep 17 00:00:00 2001 From: Sergey Klevtsov Date: Wed, 22 Jul 2020 22:15:41 -0700 Subject: [PATCH] Add linearAlgebra to dependency list to work around the issue of finding Tpetra headers included in PTP via SurfaceGenerator. This change should be reverted if PTP is moved into main code. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6659ec1..671948b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set( componentHeaders "ParallelTopologyChange.hpp" ) set( componentSources "ParallelTopologyChange.cpp" ) -set( dependencyList mesh ) +set( dependencyList mesh linearAlgebra ) if ( ENABLE_OPENMP ) set( dependencyList ${dependencyList} openmp )