]> Creatis software - FrontAlgorithms.git/blob - cmake/Options.cmake
63990d99debb0a2b99411ad7f255a96c42cb93b8
[FrontAlgorithms.git] / cmake / Options.cmake
1 ## ===============================
2 ## == Some configurable options ==
3 ## ===============================
4
5 OPTION(USE_cpPlugins "Build cpPlugins-based code" OFF)
6 IF(USE_cpPlugins)
7   FIND_PACKAGE(cpPlugins REQUIRED)
8   IF(USE_QT4)
9     INCLUDE(cmake/Qt4Tools.cmake)
10   ENDIF(USE_QT4)
11 ENDIF(USE_cpPlugins)
12
13 ## eof - $RCSfile$