I am trying to use this package under Ubuntu with gcc, and somehow I get the following:
- The make rules for creating and using CMakeFiles/Foo.pch.dir/Bar.h.gch are done correctly - everything works
- But there is also a make rule for creating CMakeFiles/Foo.dir/Bar.h.gch by compiling CMakeFiles/Foo.pch.dir/Bar.h (which fails as there is no such .h)... I could not figure out where it is coming from...
I am trying to use this package under Ubuntu with gcc, and somehow I get the following: