Re: [CMake] Development Workflow with CMake and VS2017

2018-07-15 Thread R0b0t1
On Thu, Jul 12, 2018 at 1:43 PM, Innokentiy Alaytsev wrote: > Hello! > > I usually just download prebuild binaries if they are available or build the > required dependency from sources. There are some libraries (and other > software) that are not Windows-friendly (These products are still

Re: [CMake] Development Workflow with CMake and VS2017

2018-07-15 Thread Mateusz Loskot
; > > > -Original Message- > From: CMake On Behalf Of Innokentiy Alaytsev > Sent: Thursday, July 12, 2018 21:44 > To: cmake@cmake.org > Subject: Re: [CMake] Development Workflow with CMake and VS2017 > > > > Hello! > > > > I usually just dow

Re: [CMake] Development Workflow with CMake and VS2017

2018-07-15 Thread Dvir Yitzchaki
Alaytsev Sent: Thursday, July 12, 2018 21:44 To: cmake@cmake.org Subject: Re: [CMake] Development Workflow with CMake and VS2017 Hello! I usually just download prebuild binaries if they are available or build the required dependency from sources. There are some libraries (and other software

Re: [CMake] Development Workflow with CMake and VS2017

2018-07-12 Thread Innokentiy Alaytsev
Hello! I usually just download prebuild binaries if they are available or build the required dependency from sources. There are some libraries (and other software) that are not Windows-friendly (These products are still considered cross-platform and usually are free in the way fanatics from FSF

[CMake] Development Workflow with CMake and VS2017

2018-07-12 Thread R0b0t1
Hello list, I apologize if this is slightly offtopic, but I have not yet found a good way to manage dependencies on Windows. On Linux the dependencies can be installed system wide, but on Windows this is typically not the case. I did see some CMake scripts that would download and install things