From d73fceeb3acfee7c4b9f11cf8feb0ebec6d3b6ef Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 5 Apr 2011 09:14:09 +0000 Subject: [PATCH] Comments --- appli/creaNewProject/NewProject/CMakeLists.txt.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appli/creaNewProject/NewProject/CMakeLists.txt.in b/appli/creaNewProject/NewProject/CMakeLists.txt.in index f0758e9..f7e8b3a 100644 --- a/appli/creaNewProject/NewProject/CMakeLists.txt.in +++ b/appli/creaNewProject/NewProject/CMakeLists.txt.in @@ -49,6 +49,12 @@ ENDIF(crea_FOUND) #================================== # USER! : Add here as many 'FIND_PACKAGE' blocks as *your* aplication requires + +# WARNING : we are talking here about 'bbtk packages', not about libraries! +# if your project just requires the GDCM library, and not bbtk/packages/gdcm, +# do not add FIND_PACKAGE(gdcm REQUIRED). +# Just set USE_GDCM to ON, after " Libraries/tools used + #FIND_PACKAGE(xxx REQUIRED) #IF (xxx_FOUND) # INCLUDE(${xxx_USE_FILE}) @@ -128,7 +134,6 @@ INCLUDE(${PROJECT_SOURCE_DIR}/cmake/UserRootCMakeLists.cmake) #================================== # Where to generate documentation -# (desperate try; JPR) SET(BBTK_DOC_BUILD_PATH ${PROJECT_BINARY_DIR}/doc -- 2.47.1