Skip to content

(build): fix errors when building using the Unix Makefile generator and multiple processes

Description

Add explicit dependencies between targets and their PCH targets for Unix Makefiles generator.

Closes #263 (closed)

How to test it?

  • cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ../path/to/sight
  • make -j8
Edited by Flavien BRIDAULT

Merge request reports