[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:
parent
022d78579e
commit
00a3e7ff76
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user