[mlpack-git] master: Early CMake versions don't support line wrapping. (81be55c)

gitdub at mlpack.org gitdub at mlpack.org
Wed Oct 5 10:50:38 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/dee2c8298495710150555cae0216807689eec2df...81be55c2fe8ff2ba2b329d48706a940c30b39e3e

>---------------------------------------------------------------

commit 81be55c2fe8ff2ba2b329d48706a940c30b39e3e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Oct 5 10:50:38 2016 -0400

    Early CMake versions don't support line wrapping.


>---------------------------------------------------------------

81be55c2fe8ff2ba2b329d48706a940c30b39e3e
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb25187..7c4f8fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,8 +17,8 @@ option(BUILD_WITH_COVERAGE
 option(MATHJAX
     "Use MathJax for HTML Doxygen output (disabled by default)." OFF)
 option(FORCE_CXX11
-    "Don't check that the compiler supports C++11, just assume it.  Make sure \
-     to specify any necessary flag to enable C++11 as part of CXXFLAGS." OFF)
+    "Don't check that the compiler supports C++11, just assume it.  Make sure to specify any necessary flag to enable C++11 as part of CXXFLAGS."
+    OFF)
 enable_testing()
 
 # Ensure that we have a C++11 compiler.  In newer versions of CMake, this is




More information about the mlpack-git mailing list