Skip to content

CMakeLists.txt: Allow precompiled headers for clang as well

According to 1 clang has the same interface for generating and using precompiled headers as GCC.

So let's allow it.

Merge request reports