simonlynen/yaml-cpp

Build error in Ninja

Closed this issue · 0 comments

What steps will reproduce the problem?
1. cmake -g Ninja
2. ninja

What is the expected output? What do you see instead?
I got
bad $-escape (literal $ must be written as $$)


What version of the product are you using? On what operating system?
Win 7 32bit + cmake 0.5.1 + gcc 4.9.1


Please provide any additional information below.
If I replace $(MAKE) with ${CMAKE_MAKE_PROGRAM}, build became successful.

Original issue reported on code.google.com by shin1.katayama on 21 Feb 2015 at 2:37

Attachments: