You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instruction for installing Vc. When running "cmake -DCMAKE_INSTALL_PREFIX=/opt/Vc -DBUILD_TESTING=OFF .." in the build folder, the first output I get is "Building for: Visual Studio 16 2019" and a little bit later, I get this: "WARNING! MSVC starting with 19.20 uses a new optimizer that has a bug causing Vc::exp() to return slighly wrong results. ..."
I have two VS versions installed: VS 16 2019 and VS 17 2022. I would like to build for VS 2022 hoping this would fix the "wrong results" issue. I checked that the "path" variable and all related environment variables all point to the VS 2022 toolset folder but somehow, cmake still finds the wrong compiler. How can I explicitly direct cmake to use the proper compiler? Which file do I need to modify and how? Or do I need to uninstall VS 2019?
The text was updated successfully, but these errors were encountered:
I followed the instruction for installing Vc. When running "cmake -DCMAKE_INSTALL_PREFIX=/opt/Vc -DBUILD_TESTING=OFF .." in the build folder, the first output I get is "Building for: Visual Studio 16 2019" and a little bit later, I get this: "WARNING! MSVC starting with 19.20 uses a new optimizer that has a bug causing Vc::exp() to return slighly wrong results. ..."
I have two VS versions installed: VS 16 2019 and VS 17 2022. I would like to build for VS 2022 hoping this would fix the "wrong results" issue. I checked that the "path" variable and all related environment variables all point to the VS 2022 toolset folder but somehow, cmake still finds the wrong compiler. How can I explicitly direct cmake to use the proper compiler? Which file do I need to modify and how? Or do I need to uninstall VS 2019?
The text was updated successfully, but these errors were encountered: