You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I ask for an additional option MSVC_RUNTIME_LIBRARY here? When building static libs CMAKE_CXX_FLAGS should includes /MTd, instead of CMake's default value /MDd.
The text was updated successfully, but these errors were encountered:
CMakelists.txt
Line 286:May I ask for an additional option
MSVC_RUNTIME_LIBRARY
here? When building static libsCMAKE_CXX_FLAGS
should includes/MTd
, instead of CMake's default value/MDd
.The text was updated successfully, but these errors were encountered: