From da8f8ab640849091c60fd845d460c0a4c4dde909 Mon Sep 17 00:00:00 2001 From: Enrico Guiraud <enrico.guiraud@cern.ch> Date: Fri, 9 Apr 2021 14:46:32 +0200 Subject: [PATCH] [cmake][NFC] Fix typo --- cmake/modules/RootConfiguration.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/RootConfiguration.cmake b/cmake/modules/RootConfiguration.cmake index 3736b84c6cd..5ebecd2d167 100644 --- a/cmake/modules/RootConfiguration.cmake +++ b/cmake/modules/RootConfiguration.cmake @@ -6,7 +6,7 @@ INCLUDE (CheckCXXSourceCompiles) -#---Define a function to do not polute the top level namespace with unneeded variables----------------------- +#---Define a function not to pollute the top level namespace with unneeded variables----------------------- function(RootConfigure) #---Define all sort of variables to bridge between the old Module.mk and the new CMake equivalents----------- -- GitLab