Re: [CMake] SuperProject package/install

2015-11-12 Thread Knox, Kent
--- Message: 1 Date: Wed, 11 Nov 2015 11:04:13 -0800 From: Rob McDonald To: CMake ML Subject: [CMake] SuperProject package/install Message-ID: Content-Type: text/plain; charset=UTF-8 All, I have a SuperProject set up with ExternalProject_add the way some other

Re: [CMake] SuperProject package/install

2015-11-12 Thread Alan W. Irwin
On 2015-11-11 11:04-0800 Rob McDonald wrote: Right now, the Main ExternalProject_add INSTALL_COMMAND is "". How can I change this (or add another step) to build the package target (I don't want to just hard-code make package, as it should work with MSVC too). I've tried things like '${CMAKE_CO

[CMake] SuperProject package/install

2015-11-11 Thread Rob McDonald
All, I have a SuperProject set up with ExternalProject_add the way some other projects do. The SuperProject has two EP's -- Libraries and Main. Libraries has a bunch of its own EP's. Main is my core project. When some users use this setup, they're confused at the end -- everything has worked,