Alberl Lee
Results
1
comments of
Alberl Lee
Search the problem on google,has some solution to change the cmake config: [https://discourse.cmake.org/t/mt-staticrelease-doesnt-match-value-md-dynamicrelease/5428/4](https://discourse.cmake.org/t/mt-staticrelease-doesnt-match-value-md-dynamicrelease/5428/4) [https://github.com/NVIDIAGameWorks/PhysX/issues/179](https://github.com/NVIDIAGameWorks/PhysX/issues/179) set_property(TARGET MyVtkAppOrLibName PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$") cmakeSwitch name="NV_USE_DEBUG_WINCRT" cmakeSwitch name="NV_USE_STATIC_WINCRT" in Visual Studio, skia_x64_release.lib match MT_StaticRelease, vs...