Inability to select compiler kit when using my preset #4200
-
How do i select a compiler kit when having my preset active? Normally I get prompted upon pressing the build button for the first time but now my build fails with "No CMAKE_CXX_COMPILER could be found.", as I haven't been able to select it.
|
Beta Was this translation helpful? Give feedback.
Answered by
gcampbell-msft
Feb 7, 2025
Replies: 1 comment
-
@TommasoTricker When using presets, you should use the preset itself to specify your compiler, most often through the CMAKE_C_COMPILER and CMAKE_CXX_COMPILER cache variables in your preset. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gcampbell-msft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@TommasoTricker When using presets, you should use the preset itself to specify your compiler, most often through the CMAKE_C_COMPILER and CMAKE_CXX_COMPILER cache variables in your preset. Thanks!