CMake: Configure
I get the following error: Bad CMake executable "". Is it installed or settings contain the correct path (cmake.cmakePath)?
I have downloaded the CMake extension, however, it usually shows "The "cmake" command is not found in PATH. Install it or use cmake.cmakePath in the workspace settings to define the CMake executable binary."
But I have cmake installed on WSL already. How to fix this problem ?
wsl.exe /usr/bin/cmake %*
should do the trick
Hello. Question: I've installed CMake tool extention (ver 3.8.1), and CMake(0.0.17)in vscode in CentOS.. whenever I try to build the project I get Unhandled Promise rejection error for any build commands, like :
'[rollbar] Unhandled exception: Unhandled Promise rejection: build Error: connect ENOENT /tmp/cmake-server-0.6121062668988326
I've tried to search what I did wrong, there's no specific solution.. How should I sove this issue. Thank you in advance..
target_link_directories
seems not recognized. Should I file an issue or not?
Hello! I'm facing following problem: cmake always configurate project with debug type adding this to the end of cmake arguments:-DCMAKE_BUILD_TYPE:STRING=Debug
I was trying to add build type to "cmake.configureArgs" like that:
"cmake.configureArgs": [
"-DCMAKE_BUILD_TYPE=Release"]
but still couldn't configurate project as release.
Could you please help me to configurate my project with type=release? I didn't find any options in settings