This will ensure that Assimp is fully built before libgui. CMake doesn't see this dependency automatically because of the "libassimp" interface target, which uses the "assimp" target's output files but can't as such be declared to be dependent on it.
Fixed|CMake: libgui is dependent on Assimp
This will ensure that Assimp is fully built before libgui. CMake doesn't
see this dependency automatically because of the "libassimp" interface
target, which uses the "assimp" target's output files but can't as such
be declared to be dependent on it.