X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=6ca83968568c50fcd8650b44fed169938c97e150;hb=66a4bff990bd2ae586bebfc08e6062936d23d758;hp=b901a232a963a5f8104ab571101d531d96b5ab06;hpb=985e1ac15f538897e8252ce1eb9c175b3100d1b8;p=creaMaracasVisu.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b901a23..6ca8396 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,9 @@ CREA_PREVENT_IN_SOURCE_BUILD() SET(USE_WXWIDGETS ON) SET(USE_VTK ON) SET(USE_ITK ON) -SET(USE_BOOST OFF) +SET(USE_BOOST ON) + +OPTION (${PROJECT_NAME}_DOC "${PROJECT_NAME}_DOC" OFF) CREA_FIND_AND_USE_LIBRARIES()