common/patches files
I'm building from a clone from git for the 1st time.
The files in common/patches have includes like:
#include "../common/xyz.h"
But .. is the common dir.. I got the build to proceed with a hack link:
common -> .
in common, but did I do something wrong in the cmake?
|