]> Creatis software - crea.git/blobdiff - CMakeLists.txt
*** empty log message ***
[crea.git] / CMakeLists.txt
index 8ceaac05644b36a3a5a58f2e62b37a5b8d8701c0..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)