CMakeLists.txt:
set(CMAKE_C_COMPILER "C:\\Strawberry\\c\\bin\\g++.exe")
set(CMAKE_CXX_COMPILER "C:\\Strawberry\\c\\bin\\g++.exe")
but when assembling cmake ../ I get:
Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000.
-- The C compiler identification is MSVC 19.30.30706.0
-- The CXX compiler identification is MSVC 19.30.30706.0
How do I change the compiler?