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
Default build without any options is ok. But if I try to change runtime options I will receive link errors.
CMake options didn't work as expected. I provided options BUILD_DYNRT_LIBS:BOOL=ON and MSVC_RUNTIME_DYNAMIC:BOOL=ON
but received error error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in gsl-test.cc.obj
I also provided additional option BUILD_MT_LIBS:BOOL=ON but error was the same.
Looks like missing runtime flag for some targets.
The text was updated successfully, but these errors were encountered:
Default build without any options is ok. But if I try to change runtime options I will receive link errors.
CMake options didn't work as expected. I provided options
BUILD_DYNRT_LIBS:BOOL=ON
andMSVC_RUNTIME_DYNAMIC:BOOL=ON
but received error
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in gsl-test.cc.obj
I also provided additional option
BUILD_MT_LIBS:BOOL=ON
but error was the same.Looks like missing runtime flag for some targets.
The text was updated successfully, but these errors were encountered: