X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=525c87e44e772a6d0bdadfbd85e1314ea2687a9c;hb=fc539949aa0de85868e5507919857a2e5749a048;hp=75e82dbfedabc22d5a84e4024072ebe3426ac5cd;hpb=0d9b01fc0a92aad82fa601c36952ffb2a89d5bbb;p=crea.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e82db..525c87e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,12 +10,13 @@ INCLUDE(${CREA_CMAKE_DIR}/CREAMacros.cmake) CREA_PREVENT_IN_SOURCE_BUILD() +SET(USE_BOOST ON) + OPTION(CREA_BUILD_VTK "Build crea with vtk ?" OFF) IF(CREA_BUILD_VTK) SET(USE_VTK ON) SET(CREA_BUILT_WITH_VTK ON) ENDIF(CREA_BUILD_VTK) -#SET(USE_BOOST ON) OPTION(CREA_BUILD_WX "Build crea with wxWidgets ?" OFF) IF(CREA_BUILD_WX)