ManiVaultStudio / HDF5Loader

Loader Plugin for HDF5 based formats such as 10X, TOME and H5AD
0 stars 0 forks source link

CMake causes platform toolset error #16

Open JulianThijssen opened 1 year ago

JulianThijssen commented 1 year ago

The line set(CMAKE_GENERATOR_TOOLSET "host=x64" CACHE STRING "Platform Toolset" FORCE)

causes issues on my machine, where when configuring the dev bundle it will throw the following error:

image

which doesn't allow me to configure the dev bundle at all.