Skip to content

Commit f67d3e5

Browse files
committed
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.
1 parent d1f2a7c commit f67d3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set( componentHeaders "ParallelTopologyChange.hpp" )
99

1010
set( componentSources "ParallelTopologyChange.cpp" )
1111

12-
set( dependencyList mesh )
12+
set( dependencyList mesh linearAlgebra )
1313

1414
if ( ENABLE_OPENMP )
1515
set( dependencyList ${dependencyList} openmp )

0 commit comments

Comments
 (0)