[CMake] Find correct boost among peers

2016-02-07 Thread B. Scott Harper
I have several versions of boost downloaded on my machine inside a "thirdparty" directory. Different projects rely on various versions. I am trying to find a later version than the first version in that collection. I have gotten the closest by using a file(GLOB ...) as follows: file(GLOB BOOST_RO

Re: [CMake] ExternalProject question

2016-02-07 Thread Nicholas Braden
You will need to look at their building documentation to find how to set those preferences when building with CMake. On Sat, Feb 6, 2016 at 11:47 PM, vadtec wrote: > I'm using ExternalProject to build external dependencies. curl provides a > cmake build process, but I cannot figure out how to pas

Re: [CMake] [cmake-developers] Drop support for older Xcode versions?

2016-02-07 Thread Michael Jackson
What is the oldest version of OS X that CMake actually runs on? I guess I would support the last version of Xcode that actually ran on that platform. In reality this is probably 10.6.8? But At the next major update of CMake (3.5 or 3.6) I would actually draw a line in the sand and pump that up