My setup is as so:
- Windows PC running VS 2017 with remote debugger
- Centos machine running rsync and not connected to conan server
- Conan server with packages for Windows and Centos
When I compile and run my C++ code on Windows, I can pull the Windows packages from Conan and use them.
I would like to use a similar method for running with the vs remote debugger.
When I run my cmake with conan.cmake to pull the conan packages it always think I am running on windows, and does not transfer the packages to the centos
I found a similar question here: related question