Closed ludekvodicka closed 6 years ago
@ludekvodicka hi.
would you please check your build by adding this flag:
$> cmake __your_options__ -DBUILD_MT_RELEASE=OFF
this option is ON by default.
Sorry for not get back earlier. You're right. This flag works great!
Hi,
when using your cmake there is a problem with Debug version
Following command
cmake .. -G %Platform% -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=%LIB_DEST%
caused that this C_FLAGS are generated (flags.make file)
As you can see, there is /MDd together with -MTd. This is problem only with Debug, release is correctly configured to use only one flag.