cef icon indicating copy to clipboard operation
cef copied to clipboard

cmake: Only define _HAS_EXCEPTIONS=0 for MSVC builds

Open siren186 opened this issue 5 months ago • 3 comments

https://github.com/chromiumembedded/cef/blob/8c6f8dd404394cc36b6f1d1aff3dd593054d1b0c/cmake/cef_variables.cmake.in#L502

This switch _HAS_EXCEPTIONS=0 will not disalbe exceptions, on the contrary, it brings some problems. See: https://github.com/pocoproject/poco/issues/4668 https://github.com/nodejs/node-addon-api/issues/85

siren186 avatar Sep 09 '24 09:09 siren186