build: work around an old version cmake bug.
authorZhigang Gong <zhigang.gong@intel.com>
Mon, 20 Jan 2014 09:14:48 +0000 (17:14 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Tue, 21 Jan 2014 02:00:23 +0000 (10:00 +0800)
commitcde92612ac815fea924d7be8b68392c0c865a171
treee763bbcf7dbc6e5d7e984507a77f683f74683c1b
parent420ee3a0400672c2e2386f06c30ec16222d6c353
build: work around an old version cmake bug.

On fedora core 15 with the cmake 2.8.4, Yi experienced a build error.
It turns out that the cmake may handle the file directorys with double
slashs incorrectly when the file is on a target's dependcy list and
be a output file name of a custom command.

This small patch could work around that issue.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Tested-by: "Sun, Yi" <yi.sun@intel.com>
backend/src/CMakeLists.txt