replace the custom cmake based build system by the one from OPM

This commit is contained in:
Andreas Lauser 2013-08-13 16:38:49 +02:00
parent 84becd65d2
commit d566001dd8

View File

@ -1,7 +0,0 @@
# set the CMake module include path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules")
# eWoms unit-testing infrastructure
include(EwomsAddTest)
EwomsAddTest(tutorial_coupled)