[CMake] MSB8029 from VS 2013

2015-04-05 Thread Scott Aron Bloom
could lead to issues with incremental build. [C:\buildScripts\windows32\Build-r29592-Win32-20150405-110810-PDT\build\PACKAGE.vcxproj] On just about every sub-project in the project. Is there a known workaround to get rid of these? I know if we modify the project files to include true however

Re: [CMake] ExternalProject_Add contributing to top-level Package

2015-04-05 Thread Rob McDonald
Ok, I think I've answered my own question... I added the following after the ExternalProject_Add command... ExternalProject_Get_Property( ALTBUILD BINARY_DIR ) INSTALL( PROGRAMS ${BINARY_DIR}/myprogram DESTINATION . ) Rob On Sat, Apr 4, 2015 at 12:57 PM, Rob McDonald wrote: > All, > > I have