[CMake] [CPack] Generated package description file.

Bill Hoffman bill.hoffman at kitware.com
Fri Mar 28 11:02:19 EDT 2008


Nicolas Desprès wrote:
> 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?
> 

I don't get it, why does the file not exist?

-Bill


More information about the CMake mailing list