[mlpack-git] master: Fix directory of include. (41572bb)

gitdub at mlpack.org gitdub at mlpack.org
Wed Oct 5 10:59:42 EDT 2016


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

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

commit 41572bb9d3d720b8b0f955e69cd7ec5a7c408a51
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Oct 5 10:58:31 2016 -0400

    Fix directory of include.


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

41572bb9d3d720b8b0f955e69cd7ec5a7c408a51
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c4f8fa..09e54ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ if ((${CMAKE_MAJOR_VERSION} LESS 3 OR
   enable_cxx11()
 elseif (NOT FORCE_CXX11)
   # Use the newer C++11 checks.
-  include(../../CMake/NewCXX11.cmake)
+  include(CMake/NewCXX11.cmake)
 endif ()
 
 




More information about the mlpack-git mailing list