You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I wanted to create a small wrapper-script to let CMakeBuilder execute "cmake ..." inside a docker container. Assuming I have a running container "ContainerName" I created a small script "cmakewrap.sh":
Hi, I wanted to create a small wrapper-script to let CMakeBuilder execute "cmake ..." inside a docker container. Assuming I have a running container "ContainerName" I created a small script "cmakewrap.sh":
I put this into ~/bin/ and did set "cmake_binary" to be
{
"cmake_binary": "/Users/mausername/bin/cmakewrap.sh"
}
in the setting.
(Calling cmakewrap.sh from command line works fine, e.g:
However, CMakeBuilder throws an error:
'There was an error loading cmake's capabilities. Your "cmake_binary" setting is set to ..."
Anyone has an idea what is going wrong here ?
BTW: is there a way to debug, I would look into it myself, however I have no idea where ST (on Mac) stores the actual (Python-)Code for the plugin ...
Best,
Torsten.
The text was updated successfully, but these errors were encountered: