From dc9b9b719f1f0d0eb111e4f7cc8197c4d6020c5d Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Fri, 5 May 2023 17:09:42 +0200 Subject: [PATCH] Also install co2brinepvt as we install the manpage. This must have been missed when merging opm-material with this module. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51340f911..f077de5d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,6 +379,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND) endif() if(BUILD_EXAMPLES) target_link_libraries(co2brinepvt dunecommon) + install(TARGETS co2brinepvt DESTINATION bin) endif() # Install build system files and documentation