From 24bef4ff27300d6083026f54e68cd7f9491f6bc9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 13 Jul 2016 19:35:12 -0500 Subject: [PATCH] fix a typo --- cmake/macros/macro_check_compiler_setup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/macro_check_compiler_setup.cmake b/cmake/macros/macro_check_compiler_setup.cmake index 85e3b984f2..c1d3a9e820 100644 --- a/cmake/macros/macro_check_compiler_setup.cmake +++ b/cmake/macros/macro_check_compiler_setup.cmake @@ -21,7 +21,7 @@ # # This macro tries to compile and link a simple "int main(){ return 0; } # with the given set of provided compiler and linker flags and an optional -# list of libraries to link against. If the test is succesful the variable +# list of libraries to link against. If the test is successful the variable # ${_var} is set to true, otherwise it is set to false. # -- 2.39.5