lszl84 / wx_cmake_template

A template for multiplatform WxWidgets projects using CMake
MIT License
143 stars 50 forks source link

Release build not possible for Windows #5

Open Katzenviech opened 2 years ago

Katzenviech commented 2 years ago

Running cmake --build build does work and a Debug Solution is built (tested with VS2019 and VS2022 Professional Edition). But cmake --build build --config Release does not work because the -MTd option is set through cmake for all configurations.