]> Creatis software - cpPlugins.git/blobdiff - CMakeLists.txt
Plugin system is now instalable. Dependency to boost eliminated.
[cpPlugins.git] / CMakeLists.txt
index d1ed48acf920919462f47ef3eb936f4dfab48f51..83c4b843c7568a621d7a3c7fb8228d59d2cd736c 100644 (file)
@@ -50,12 +50,6 @@ ENDIF(BUILD_SHARED_LIBRARIES)
 # Prepare header to build shared libs (windows)
 INCLUDE(GenerateExportHeader)
 
-# Find boost
-FIND_PACKAGE(Boost 1.30 COMPONENTS filesystem system REQUIRED)
-IF(Boost_FOUND)
-  INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
-ENDIF(Boost_FOUND)
-
 # Find ITK and VTK
 FIND_PACKAGE(ITK REQUIRED)
 FIND_PACKAGE(VTK REQUIRED)