]> danny-edel.de - dspdfviewer.git/commitdiff
Dont try to break line
authorDanny Edel <mail@danny-edel.de>
Mon, 4 Apr 2016 12:34:48 +0000 (14:34 +0200)
committerDanny Edel <mail@danny-edel.de>
Mon, 4 Apr 2016 12:34:48 +0000 (14:34 +0200)
CMakeLists.txt

index 02bdea7394cc8925797547a7781b78e9362b6b92..58e24e3926bcea479be889d64f06089f7a4d18b6 100644 (file)
@@ -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)