Richard Szabo
Richard Szabo
> 1. There is no auto discovery - the expectation is that you setup your toolchain so it works. We ship toolchains that pull things off the PATH, but it...
1. It is clear that auto-discovery is the wrong path and should be avoided. 2. We agree that the example toolchain can be improved to at least generate an error...
> @csitarichie try this draft https://github.com/ArtsiomCh/CMake/releases/download/192.4.dev1/CMake-plus-192.4.dev1.jar and lets me know please your thoughts. I have started to use it. It looks good: Now on the structure view, I have macros...
> @csitarichie Thank you, Richard! > Please try this pre-release version: > https://github.com/ArtsiomCh/CMake/releases/download/192.4.dev3/CMake-plus-192.4.dev3.jar > Use it with updated CMake simple highlighter please: > https://github.com/ArtsiomCh/CMake/releases/download/192.4.dev3/CMake-simple-highlighter-192.4.dev3.jar > Take close look at Structure...
@ArtsiomCh Thanks for your effort I give a trie.
@ArtsiomCh I have updated the new version directly from JetBrain's plugin store. It works without a problem and the documentation works as expected. I think it is a big plus....
I will take a look sorry for the late answer, ... One of the annoying things is the formatting in clion. It is not possible to set it properly for...
> For formatting, the trickiest command is [`install`](https://cmake.org/cmake/help/latest/command/install.html). IMO, the most readable formatting is: > > ```cmake > install(TARGETS ${targets} EXPORT export_set > ARCHIVE > DESTINATION lib > COMPONENT develop...