Skip to content

Do not set and empty CMAKE_MODULE_PATH when calling cmake.

Markus Blatt requested to merge feature/prevent-empty-cmake-module-path into master

It seems like this causes problems on some platforms. If the path is empty we can leave it unset anyway.

Merge request reports