using const std::string& for well_name and fix CMakeLists.txt

The problem for CMakeLists.txt is from the re-basing process.
This commit is contained in:
Kai Bao
2015-11-09 14:09:31 +01:00
parent 2737a5be31
commit ecb0186a08
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ foreach(tapp TransMultIntegrationTests CheckDeckValidity IntegrationTests ParseW
ResinsightTest IOConfigIntegrationTest
Polymer ParsePLYADSS ParseMULTSEGWELL)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp LIBRARIES opmparser ${Boost_LIBRARIES})
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()