[CMake] Add comment for CPack, need to configure it for the moment

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-08-11 03:35:05 +02:00
parent 022d78579e
commit 00a3e7ff76

View File

@ -33,8 +33,9 @@ message("Project version : ${VERSION}")
message("Using these CFLAGS : ${CFLAGS}")
message("Linking with theses libraries : ${LIBRARIES_TO_LINK}")
# Include pkg-config
# Includes
include(FindPkgConfig)
#include(CPack) # need to configure it for packaging
# Use pkgconfig to get required libraries
pkg_check_modules(wmfs_required
x11