X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=951ea8cfe9267632e1be16e0a1d31b9a840890af;hb=3eae43c75cc65ea6acea5b12f65f3faf6243789e;hp=24ab59edbd70799818fcc35bda8830d6fc96b863;hpb=8120e03448d7547167fdced4351a91b07a27f72f;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ab59e..951ea8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ SET(USE_BOOST ON) OPTION(USE_WXWIDGETS "Use WxWidgets GUI" ON) OPTION(USE_QT4 "USE QT4GUI" OFF) OPTION(USE_XERCES "USE Xerces if you want to use an beta version of outputModel" OFF) +OPTION(USE_INSTALL_APP "install only useful applications" ON) IF(USE_QT4) IF(USE_WXWIDGETS)