hi, thanks for the video! Can you please tell me how to configure Cake to run code in a separate console window, separate from vs code? Thank you in advance!
you've been methodic, you made a few repetitions of the process for letting viewers memorize what to do and the effects and your speech is clear and with the right speed for keeping viewers awake but not too fast. VERY useful, thank you. I think I'l have a look at some other videos of yours
I've got this error and I'm so confused: Exception has occurred: FATAL_ERROR CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1907 (message): Build step for fmt failed: 1 Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134:EVAL:2 (__FetchContent_doPopulation) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134 (cmake_language) C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2373 (__FetchContent_Populate) CMakeLists.txt:14 (FetchContent_MakeAvailable) EDIT: upon looking into it more the fact i have this in my output could give more info [cmake] Performing download step (git clone) for 'fmt-populate' [cmake] Cloning into 'fmt-src'... [cmake] fatal: detected dubious ownership in repository at 'H:/C++ project/Cmake/build/_deps/fmt-src' [cmake] 'H:/C++ project/Cmake/build/_deps/fmt-src' is on a file system that does not record ownership [cmake] To add an exception for this directory, call: [cmake] git config --global --add safe.directory 'H:/C++ project/Cmake/build/_deps/fmt-src' [cmake] CMake Error at fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake:61 (message): [cmake] Failed to checkout tag: '10.1.1' so i ran the git config but i don't think it's working still?
The total rookie I am thank you a lot for this video. It's crystal clear :)
Duuuuuuuuuude! You are a lifesaver. Using your method, I was finally able to do this. Great explanation!!! Thank you!
Worked perfectly for moving from Visual Studio to VS Code, many thanks!
Best preparation in this I've seen.
Thanks for this clear and concise video! was very helpful.
Yesss!! My brain thank you so much for this! thank you!
Thank a lot!
This video so helpful!
hi, thanks for the video! Can you please tell me how to configure Cake to run code in a separate console window, separate from vs code? Thank you in advance!
Nice ❤
you've been methodic, you made a few repetitions of the process for letting viewers memorize what to do and the effects and your speech is clear and with the right speed for keeping viewers awake but not too fast. VERY useful, thank you. I think I'l have a look at some other videos of yours
I am not getting option called cmake: select a kit. what to do !! I tried to reinstall Cmake and its extensions. help me
I can't find CMake Scan for Kits in the View Command Palette . I that specific Windows extension? I have CMake 3.30.1
select cmake quick start first
The kits option does not visible in my laptop
K think you ned to restart vscode after installing extensions
thank you
awesome!!!
Thanks man
他真的想教会我www
I've got this error and I'm so confused:
Exception has occurred: FATAL_ERROR
CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1907 (message):
Build step for fmt failed: 1
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild)
C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134:EVAL:2 (__FetchContent_doPopulation)
C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134 (cmake_language)
C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2373 (__FetchContent_Populate)
CMakeLists.txt:14 (FetchContent_MakeAvailable)
EDIT:
upon looking into it more the fact i have this in my output could give more info
[cmake] Performing download step (git clone) for 'fmt-populate'
[cmake] Cloning into 'fmt-src'...
[cmake] fatal: detected dubious ownership in repository at 'H:/C++ project/Cmake/build/_deps/fmt-src'
[cmake] 'H:/C++ project/Cmake/build/_deps/fmt-src' is on a file system that does not record ownership
[cmake] To add an exception for this directory, call:
[cmake] git config --global --add safe.directory 'H:/C++ project/Cmake/build/_deps/fmt-src'
[cmake] CMake Error at fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake:61 (message):
[cmake] Failed to checkout tag: '10.1.1'
so i ran the git config but i don't think it's working still?
the same error man!! did u find a solution or yet!!