[cmake] fix make install
`make install` din't work anymore since files listed in some `CMakeLists.txt` couldn't be found. With this patch, `make install` completes without error. I haven't checked if the installed stuff can actually be used. Thanks to Markus Blatt for pointing this out.
parent
e859e6b8
No related branches found
No related tags found
Showing
- dumux/discretization/CMakeLists.txt 0 additions, 1 deletiondumux/discretization/CMakeLists.txt
- dumux/discretization/cellcentered/mpfa/CMakeLists.txt 1 addition, 2 deletionsdumux/discretization/cellcentered/mpfa/CMakeLists.txt
- dumux/discretization/staggered/CMakeLists.txt 4 additions, 6 deletionsdumux/discretization/staggered/CMakeLists.txt
- dumux/linear/CMakeLists.txt 2 additions, 2 deletionsdumux/linear/CMakeLists.txt
- dumux/material/fluidsystems/CMakeLists.txt 5 additions, 4 deletionsdumux/material/fluidsystems/CMakeLists.txt
- dumux/material/solidsystems/CMakeLists.txt 1 addition, 1 deletiondumux/material/solidsystems/CMakeLists.txt
- dumux/porousmediumflow/2p/CMakeLists.txt 5 additions, 2 deletionsdumux/porousmediumflow/2p/CMakeLists.txt
- dumux/porousmediumflow/mpnc/CMakeLists.txt 2 additions, 1 deletiondumux/porousmediumflow/mpnc/CMakeLists.txt
Loading
Please register or sign in to comment