]> Creatis software - crea.git/blobdiff - CMakeLists.txt
*** empty log message ***
[crea.git] / CMakeLists.txt
index 75e82dbfedabc22d5a84e4024072ebe3426ac5cd..525c87e44e772a6d0bdadfbd85e1314ea2687a9c 100644 (file)
@@ -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)