From a6a5227349c32ba7e5946bc86979419a91f9e5ab Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 23 Apr 2013 16:11:43 +0200 Subject: [PATCH] Bug #2001 Bad comments character in cmake to include directory of bbtk (bbitkImage.h) --- .../NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt index c02f987..2802361 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/CMakeLists.txt @@ -141,9 +141,9 @@ SET(${BBTK_PACKAGE_NAME}_INCLUDE_DIRS # - automatically handled libraries or packages : wx, vtk... (see above) # - the dirs automatically set by other libraries found by FIND_PACKAGE - ${BBTK_DIR}/../../../include/bbitk // linux installed version - ${BBTK_DIR}/../../creatools_source/bbtk/packages/itk/src // linux creatools_bin version - ${BBTK_DIR}/include/bbitk // windows creatools_install version + ${BBTK_DIR}/../../../include/bbitk ## linux installed version + ${BBTK_DIR}/../../creatools_source/bbtk/packages/itk/src ## linux creatools_bin version + ${BBTK_DIR}/include/bbitk ## windows creatools_install version ../lib/mySampleLib -- 2.45.0