]> Creatis software - FrontAlgorithms.git/blobdiff - cmake/Options.cmake
...
[FrontAlgorithms.git] / cmake / Options.cmake
index 63990d99debb0a2b99411ad7f255a96c42cb93b8..0d477c072ba487809a51224305c47f10d0083f53 100644 (file)
@@ -2,12 +2,5 @@
 ## == Some configurable options ==
 ## ===============================
 
-OPTION(USE_cpPlugins "Build cpPlugins-based code" OFF)
-IF(USE_cpPlugins)
-  FIND_PACKAGE(cpPlugins REQUIRED)
-  IF(USE_QT4)
-    INCLUDE(cmake/Qt4Tools.cmake)
-  ENDIF(USE_QT4)
-ENDIF(USE_cpPlugins)
 
 ## eof - $RCSfile$