[cmake-developers] Test suite broken if PackageMaker not installed in default location

Nicolas Desprès nicolas.despres at gmail.com
Tue May 1 10:13:05 EDT 2012


Hi,

On MacOXS I used to have the SimpleInstall test failing because it
could not find the PackageMaker compiler. After looking into the code,
I realized I had to set CPACK_INSTALLER_PROGRAM. But this variable
does not get used by the test. So the only solution I had was to move
PackageMaker to "/Applications/Utilities" (on of the searched paths)
and no longer keep it in "/Applications/Xcode\ Utils".

So, from my point of view the test suite is broken if PackageMaker is
not installed in a default location and I don't know anyway to tell
CMake where the PackageMaker application is.

If someone has a better solution?

Cheers,

-- 
Nicolas Desprès



More information about the cmake-developers mailing list