[Solved] CLion MSVC

Hello, I am trying to use CLion with MSVC, but since the CMakeLists.txt that the Projucer generates is for MinGW it doesn’t work.

If I remove the -Wno-strict-aliasing and -Wno-strict-overflow compile flags the CMake project loads but things like __MINGW__ are still set to 1.

Thanks

Solved by using FRUT, though it would be nice to be able to generate an MSVC CMakeLists.txt using the Projucer.

1 Like