Triggering remote build from CLion and using build output
We use remote build servers to build our project. Finally, I figured out how to add remote build target to the CMakeList.txt and everything works as expected. One thing I'm not happy with is the inability to click on error message in remote build output. I know its quite hard to parse the output and link the remote path to the actual path on my local machine to make the click work, but any chance I can make it work? Maybe there is CLion plugin that makes it possible?
Please sign in to leave a comment.