From 038e8abcd9d16096b32d482fd439b0febeffa7d7 Mon Sep 17 00:00:00 2001 From: Danny Edel Date: Mon, 4 Apr 2016 14:34:48 +0200 Subject: [PATCH] Dont try to break line --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02bdea7..58e24e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,9 +38,7 @@ option(BuildTests "Build unit tests (this requires pdflatex or internet access a option(RunDualScreenTests "Also run tests that require two screens to be connected" ON) option(BoostStaticLink "Link statically against the boost libraries" OFF) option(WindowsStaticLink "Windows/MSVC only: Link statically against the dependencies and set /MT instead of /MD" ON) -option(UsePrerenderedPDF - "Use prerendered PDFs included in the source for testing, " - "instead of building with pdflatex" OFF) +option(UsePrerenderedPDF "Use prerendered PDFs included in the source for testing, instead of building with pdflatex" OFF) option(CodeCoverage "Add coverage analysis code to the program. Will slow it down. A lot. Only supported on GCC right now." OFF) include(cmake/platforms.cmake) -- 2.47.3