-
Cmake configure will complain when sh.exe is in the PATH. See this discussion on Stackoverflow. I am adding this to my settings: However, the manual states that -D options should never be used with cmake.configureArgs. How should this be done? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
We say that it's "not recommended", but we will still pass along any
|
Beta Was this translation helpful? Give feedback.
-
About My concern is actually that this command is formatted incorrectly: Because of |
Beta Was this translation helpful? Give feedback.
About
CMAKE_SH
, I found it here. The problem is solved with the use of CMake 3.25. I am fine with this.My concern is actually that this command is formatted incorrectly:
[proc] Executing command: /opt/local/bin/cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH=/Volumes/Data/VScode/GIT/VSCode_OnethinxPack_macOS/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc -DCMAKE_CXX_COMPILER:FILEPATH=/Volumes/Data/VScode/GIT/VSCode_OnethinxPack_macOS/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++ -S/Volumes/Data/VScode/GIT/Onethinx_Project_Examples/Example_ADC -B/Volumes/Data/VScode/GIT/Onethinx_Project_Examples/…