Radovan Bast

Results 215 comments of Radovan Bast

Thinking more about this, a setup script for a C/CXX project without --cc/--cxx flags is weird so it is not completely optional. Also these are pretty standard names and we...

To add some confusion :-) yet another alternative could be to set LANGUAGE to NONE in project() and enable them one by one explicitly, see https://cmake.org/cmake/help/v3.0/command/project.html, quoting: *"By default C...

Agree, let's sleep on it few times to get it right.

The code duplication is still a bit of a sore point and I think we agree that we don't want to keep the current state. I think both strategies are...

I agree. I have looked at it briefly some time ago (https://github.com/coderefinery/autocmake/issues/170) but still don't know how to do it. Suggestions and pull requests welcome.

I think your suggestion is unrelated to the topic of this issue. Can you please open a new issue? Also in your issue please show what the command prints out...

Good :-) Thanks for reporting. It can also mean that doc is not as clear as it could be. In this case please point me to the place which was...

@robertodr I don't know the answer. I think we should define the supported CMake range and test the lower bound or both bounds. I also think that some stuff will...

The thing is that there is Autocmake (the Python code and some core CMake stuff) and there are modules. We test them and version them (kind-of) together. So I am...