Skip to content

Resolve "refactor(build): use CMake PCH targets"

Flavien BRIDAULT requested to merge 977-refactor-build-use-cmake-pch-targets into dev

Description

We replaced our custom scripts to build with PCH by CMake target_precompile_headers function. This removes a big and complicated piece of code from our build system.

Closes #977 (closed)

How to test it?

On all platforms/compilers:

  • Build must be successful and achieve the same completion time.
  • Test debug capabilities (they should remain the same).
  • Build with Sight from an external repository.
Edited by Flavien BRIDAULT

Merge request reports