Build: 1.make `Ninja` the main build tool and 2. add `set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")` to clearly see compiler usage, 3.mind `toolset` set up for msvc
Closed this issue · 1 comments
Challanger524 commented
Build: 1.make `Ninja` the main build tool and 2. add `set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")` to clearly see compiler usage, 3.mind `toolset` set up for msvc
Challanger524 commented
1 - done
3 - done via: "toolset": { "strategy": "external", "value": "host=x64" }
2 - betrayed