View Single Post
  #1  
Old 09-21-2014, 06:48 PM
noudess
Discordant
 
Join Date: Sep 2012
Location: Upstate NY
Posts: 274
Default 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?
Reply With Quote