]> Creatis software - bbtk.git/blobdiff - kernel/cmake/BBTKDefineOptions.cmake
*** empty log message ***
[bbtk.git] / kernel / cmake / BBTKDefineOptions.cmake
index 69531a065b95b7991ec2b233257c6201dba42616..e604473e49bb55d6753981f5387459040d63ae33 100644 (file)
@@ -53,9 +53,6 @@ ENDIF(BUILD_BBTK_DOC)
 
 #-----------------------------------------------------------------------------
 # BOOST C++
-OPTION(BBTK_USE_BOOST "Use the boost C++ library" ON)
-IF(BBTK_USE_BOOST)
-ADD_DEF( _USE_BOOST_ )
-ENDIF(BBTK_USE_BOOST)
+OPTION(BBTK_USE_INTERNAL_BOOST "Use the internal boost C++ library" OFF)
 #-----------------------------------------------------------------------------