Open alessandrofasse opened 2 years ago
This compiler isn't on our list of supported compilers. However, we would accept a pull-request from the community to fix this issue.
In the meantime, you may be able to work around the issue by manually defining the GTEST_HAS_SEH
preprocessor symbol to 0 before including any googletest headers.
I am trying to build
gtest
using the newestdpcpp
compiler from Intel's OneAPI using cmake(over conan). The following command in the build processyields this error:
I checked that my cmake script works on linux (also with dpcpp of course) but it is not working on windows. Versions are: Intel OneAPI
Cmake
and
conan
is on1.47.0
. The build system isninja
I figured out that this might be a problem with respect to the
__try
extension ofC
on Windows for MSVC but I can not use that information to resolve this problem.