Re: [CMake] INSTALL_COMMAND for ExternalProject not overriding the install step

2013-11-05 Thread Chris Morgan
Doh. I guess I assumed that would have been kicked out earlier when I ran 'cmake ../". Thank you, that works now. Sorry for the noise. Chris On Tue, Nov 5, 2013 at 10:20 AM, Julien Malik wrote: > INSTALL_COMMMAND -> INSTALL_COMMAND (with only 2 'M') ? > >

[CMake] INSTALL_COMMAND for ExternalProject not overriding the install step

2013-11-05 Thread Chris Morgan
Hello. I'm using ExternalProject to build a CMakeLists.txt in a subdirectory. This subdirectory is used by other applications, files are included from that subdirectory directly, but that subdirectory doesn't install anything but does contain the unit tests for the files in that directory and I'd