[CMake] [CPack] Generated package description file.

Nicolas Desprès nicolas.despres at gmail.com
Fri Mar 28 10:57:50 EDT 2008


Hi,

In my project, I generate the readme file that I use as package
description file in cpack. In my top CMakeLists.txt I have:

set(CPACK_PACKAGE_DESCRIPTION_FILE ${README_FILE})
include(CPack)

When I run cmake, it complains that my file does not exist... Can't we
disable this test? Is there any work around except writting my own
CPack.cmake?

Best regards,

-- 
Nicolas Desprès


More information about the CMake mailing list