[CMake] ctest XML-RPC submission problems

2008-10-24 Thread Ayla Khan
Hopefully this is the right mailing list for this problem: I'm getting the error Submission problem: Memory block too large (-500) when submitting to Dart using ctest (2.6) with XML-RPC on some platforms (OS X 10.4, Windows Vista, Ubuntu 8.04). Ayla Ayla Khan [EMAIL PROTECTED

[CMake] CPack not detecting pkgbuild or product build

2017-04-07 Thread Ayla Khan
I’m trying to build a Mac OS X installer package on 10.10.5 using Xcode 7.2 tools with the CPack that ships with CMake 3.7.2. I can generate a package from the CMake build directory if I call cpack directly on the command line with -G productbuild, but not through the CMake build using make

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Ayla Khan
> the variable "CPACK_GENERATOR" inside your CPackConfig.cmake ( generally > located in the root of your build directory as it is configured ). > > > On Fri, Apr 7, 2017 at 3:44 PM, Ayla Khan <a...@sci.utah.edu> wrote: > I’m trying to build a Mac OS X ins

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Ayla Khan
need to append the productbuild type to you CPACK_GENERATOR so it > would look like SET(CPACK_GENERATOR "productbuild;STGZ;TGZ") > > On Wed, May 3, 2017 at 4:14 PM, Ayla Khan <a...@sci.utah.edu > <mailto:a...@sci.utah.edu>> wrote: > Thank you Robert. The CPACK

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-04 Thread Ayla Khan
OK, good to know. Best, Ayla > On May 4, 2017, at 6:09 AM, Robert Maynard <robert.mayn...@kitware.com> wrote: > > Hi, > > By default the NSIS generator is enabled. > > On Wed, May 3, 2017 at 6:39 PM, Ayla Khan <a...@sci.utah.edu > <mailto:a...@sci.uta