[cmake-developers] Missing CPACK_PACKAGE_CONTACT in test for CPackComponentsPrefix
Domen Vrankar
domen.vrankar at gmail.com
Fri May 8 18:00:29 EDT 2015
2015-05-07 15:12 GMT+02:00 Kornel Benko <kornel at lyx.org>:
> Hi,
> testing new cmake, I get ctest error for the call
> # ctest -R CPackComponentsPrefix
[snip]
>
> Adding line
> set(CPACK_PACKAGE_CONTACT "someContact")
> in Tests/CPackComponentsPrefix/CMakeLists.txt cures the testcase for me.
Thanks for reporting this.
It would seem that a few CPack tests weren't testing RPM and DEB
packages as variables "CPACK_BINARY_DEB" and "CPACK_BINARY_RPM" were
not set.
I'll fix this so that tests will run in nightly testing.
Thanks,
Domen
More information about the cmake-developers
mailing list