Tobias Becker

Results 42 comments of Tobias Becker

ok. I'm checking it out right now. which version of cmakepp is it? the current block`?

I can't reproduce the error on linux or windows. I need some sort of output (cmake error message) else I do not even have a guess of whats going wrong...

A quick fix for him would be to not use `ls` and just use `file(GLOB dirs "G:/path/to/qt/*)`

There might be a problem because of the way that blocks are created. currently every successfull build of cmakepp on travis publishes a new block (with which I am not...

Did you get a chance to find the problem?

yeah I have that fixed already. I need to redo some samples because I changed the dependency management system quite a bit. I will be able to merge it soon.

http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/reference/completions.html

Hey, Thanks for the report. I am sorry to say that I do not have the time to create a fix currently. if you want to create a pull request...

Ok - actually behaves "correctly". The problem is that cmakepp needs a temp folder were it can put generated files. In the root `cmakepp.cmake` file there is a section which...

That will not work because cmakepp is often executed in script mode. In script mode the CMAKE_BINARY_DIR is the pwd. that means whenever you start cmakepp it will create a...