From 6359e07d57cef675e07dcc0f2c4ab99a61efc2c9 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 15 Dec 2017 16:18:16 +0100 Subject: [PATCH] [2p][CMakeLists] install in correct folder --- dumux/porousmediumflow/2p/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/porousmediumflow/2p/CMakeLists.txt b/dumux/porousmediumflow/2p/CMakeLists.txt index eb9ba57fa2..068e9dc616 100644 --- a/dumux/porousmediumflow/2p/CMakeLists.txt +++ b/dumux/porousmediumflow/2p/CMakeLists.txt @@ -9,4 +9,4 @@ incompressiblelocalresidual.hh model.hh volumevariables.hh vtkoutputfields.hh -DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/porousmediumflow/2p/implicit) +DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/porousmediumflow/2p) -- GitLab