In a clean workspace (with no package depending on cmake_modules), the include ist still not found: ``` CMake Error at [...]/CMakeLists.txt:64 (include): include could not find load file: CodeCoverage ``` Adding a debug message shows, that `${cmake_modules_DIR}`. Pull request follows...