[CMake] cget: cmake package retrieval

2016-03-12 Thread paul Fultz via CMake
Hello All, I have written a tool that I didn't know if people in the CMake community might be interested in, called CGet that will retrieve and install packages with CMake: https://github.com/pfultz2/cget This will download a package and run the CMake build and install on the package. It can

Re: [CMake] cget: cmake package retrieval

2016-03-12 Thread paul Fultz via CMake
On Saturday, March 12, 2016 1:57 PM, Elizabeth Fischer wrote: > > >Paul, >See Spack. >http://github. com/llnl/spack That looks pretty cool, and its build-independent. With cget I used cmake to manage the configuration of the toolchain because its quite mature.