Open JulianThijssen opened 1 year ago
The line set(CMAKE_GENERATOR_TOOLSET "host=x64" CACHE STRING "Platform Toolset" FORCE)
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:
which doesn't allow me to configure the dev bundle at all.
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:
which doesn't allow me to configure the dev bundle at all.