From 096f187d6f75f8fa0b31073df781cbd39eb204a9 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 11 Jun 2014 15:19:11 +0200 Subject: [PATCH] remove empty line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1c9f4c1e..c4484afdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ if (WIN32 AND MSVC_VERSION LESS 1800) message(FATAL_ERROR "Building with Microsoft compiler needs Visual Studio 2013 or later (Express version works too)") endif() - OPTION(WITH_TOOLS "Build ORSM tools" OFF) include_directories(${CMAKE_SOURCE_DIR}/Include/)