Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmake] Restore CMAKE_MODULE_PATH after temporary modification
As this ends up in e.g. opm-common_config.cmake, calling find_package(opm-common) will modify the CMAKE_MODULE_PATH in a downstream module if not restored. Since we only need this modification locally it is nice to restore the variable.
- Loading branch information