X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2FCMakeLists.txt;h=0525a32c0eff4453385f72a5fb7d05056d8d2858;hb=aa5ec2700f8e16b54e0ad2d314b16ffbc95389a2;hp=0d14c3d4bb0ca7afa5b49a3c8df3d8a75ceb23a5;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/CMakeLists.txt b/packages/vtk/CMakeLists.txt index 0d14c3d..0525a32 100644 --- a/packages/vtk/CMakeLists.txt +++ b/packages/vtk/CMakeLists.txt @@ -17,7 +17,7 @@ SET(BBTK_PACKAGE_NAME vtk) #=========================================================================== # PACKAGE AUTHOR # !!! NO COMMA ALLOWED !!! -SET(${BBTK_PACKAGE_NAME}_AUTHOR "indo-dev at creatis.insa-lyon.fr") +SET(${BBTK_PACKAGE_NAME}_AUTHOR "info-dev at creatis.insa-lyon.fr") #=========================================================================== #=========================================================================== @@ -110,6 +110,9 @@ SET(${BBTK_PACKAGE_NAME}_INCLUDE_DIRS # - bbtk dirs # - automatically handled libraries or packages : wx, vtk... (see above) # - the dirs automatically set by other libraries found by FIND_PACKAGE + ../std/src + # The path to the build tree folder is needed to find bbstd_EXPORT.h + ${PROJECT_BINARY_DIR}/packages/std/src ) #===========================================================================