Skip to content

Fix malformed executable path when using CMake with Ninja

Viktor Schneider requested to merge VJSchneid/jucipp:master into master

After changing the CMake Build File Generator from Makefile to Ninja, juci++ generates a malformed executable path. That was due to an additional prefix (src/ in my case) in the object paths of the Compilation Database.

Edited by Viktor Schneider

Merge request reports