Hi Gergö,
inside the opm-common-config.cmake is a call
  find_package(opm-common CONFIG)
in line 120. This tries to find a CMake config file of opm-common. Apparently it does not find opm-comfing.

You can dig into the build directory file CMakeFiles/CMakeError.log to get some insight. Adding -DCMAKE_FIND_DEBUG_MODE=ON to your CMake call outputs where CMake looks for this module. Maybe you have to add a search path.

Bye Christoph

--
Most customers will not accept source code with compile errors in it.
                 Dan Saks, CppCon 2016 (https://youtu.be/D7Sd8A6_fYU)

_______________________________________________
DuMux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to