X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=6ca83968568c50fcd8650b44fed169938c97e150;hb=8b32d49d28e4a4ffaaf397bc2ea2f83cbf29965b;hp=b901a232a963a5f8104ab571101d531d96b5ab06;hpb=0b747197355924160b90ad9e4d9c7499fcef7503;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()