Skip to content

Fix all tests being rebuild after each configure due to PCH

Alexander Lohnau requested to merge work/alex/pch_slowdown into master

The timestamp change made cmake think the file is dirty and thus all tests were recompiled

This was especially painful when working on the CMake macros for the plugins

Merge request reports