From f877c57fbc4c50950a79bd4f4f51a427e6b05ed7 Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Mon, 3 May 2021 22:43:14 +0200 Subject: [PATCH] Update ConfigureCrossCompile.cmake --- CMake/ConfigureCrossCompile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ConfigureCrossCompile.cmake b/CMake/ConfigureCrossCompile.cmake index 58757da1b2..77f73478f6 100644 --- a/CMake/ConfigureCrossCompile.cmake +++ b/CMake/ConfigureCrossCompile.cmake @@ -1,5 +1,5 @@ # This file adds the necessary configurations to cross compile -# mlpack for embedde system. You need to set the following variables +# mlpack for embedded systems. You need to set the following variables # from the command line: the CMAKE_SYSROOT, TOOLCHAIN_PREFIX and the # board type. # This file will compile OpenBLAS if it is downloaded and it is not