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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to