summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGard Spreemann <gard.spreemann@epfl.ch>2017-09-21 14:21:13 +0200
committerGard Spreemann <gard.spreemann@epfl.ch>2017-09-21 14:21:13 +0200
commitfbaa9d774990acc89572c04430cec985cf9be98b (patch)
tree18ff155d2b02b9263356ea83c6941cadb10962c9 /src
parentaa1134796c1d4003dbdf9dc92a1b7d00598f67ce (diff)
Hard-coded temporary PETSc detection.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 96aafbe..f8334f8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,2 +1,2 @@
add_executable(lapdog main.cpp)
-target_link_libraries(lapdog ${MPI_LIBRARIES})
+target_link_libraries(lapdog ${MPI_LIBRARIES} ${PETSC_LIBRARIES})