[mlpack-git] master: Verbatim is unnecessary. (7e25083)

gitdub at mlpack.org gitdub at mlpack.org
Fri Sep 16 18:28:30 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f13e7f33c8d3842cad7f5698eb9cce41c3138c3d...7e25083f4695d09a3d8c965976eec2b7056f16ac

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

commit 7e25083f4695d09a3d8c965976eec2b7056f16ac
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Sep 16 18:28:30 2016 -0400

    Verbatim is unnecessary.


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

7e25083f4695d09a3d8c965976eec2b7056f16ac
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index dda9ab2..5b7c2bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -536,8 +536,7 @@ if (PKG_CONFIG_FOUND)
       ${CMAKE_COMMAND}
           -P "${CMAKE_CURRENT_SOURCE_DIR}/CMake/GeneratePkgConfig.cmake"
       DEPENDS mlpack_headers
-      COMMENT "Generating mlpack.pc (pkg-config) file."
-      VERBATIM)
+      COMMENT "Generating mlpack.pc (pkg-config) file.")
 
   # Do we need a different directory?
   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib/pkgconfig/mlpack.pc




More information about the mlpack-git mailing list