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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
