From 5889fa3cef38292f4d09cd6ee817bd9ead523955 Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Mon, 3 May 2021 23:26:23 +0200 Subject: [PATCH] Update CMake/ConfigureCrossCompile.cmake Co-authored-by: Marcus Edel --- CMake/ConfigureCrossCompile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/ConfigureCrossCompile.cmake b/CMake/ConfigureCrossCompile.cmake index f20d168604..feaac23b33 100644 --- a/CMake/ConfigureCrossCompile.cmake +++ b/CMake/ConfigureCrossCompile.cmake @@ -3,7 +3,7 @@ # 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 -# available on you system in order to find the BLAS library. +# available on your system in order to find the BLAS library. if (CMAKE_CROSSCOMPILING) include(board/flags-config.cmake)