From d505fc3d8708f1e90bebc00c9e436e1fe193f306 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Wed, 24 Apr 2013 15:26:12 +0200 Subject: [PATCH] ENH: build OTB applications by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44376dd0a2..67cf1d8afb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake) OPTION(BUILD_TESTING "Build testing." OFF) OPTION(BUILD_EXAMPLES "Build the Examples directory." OFF) -OPTION(BUILD_APPLICATIONS "Build applications" OFF) +OPTION(BUILD_APPLICATIONS "Build applications" ON) OPTION(BUILD_BUG_TRACKER_TESTS "Build failing tests showing bugs" OFF) MARK_AS_ADVANCED(BUILD_BUG_TRACKER_TESTS) INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake) -- GitLab