From d9cb61c9f834d844c9ee39607188644acc6de846 Mon Sep 17 00:00:00 2001 From: rgrosso Date: Mon, 18 Aug 2014 10:57:35 +0200 Subject: [PATCH] Correct english typos in comment. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f24b4c3677e..0aa1d8d2def 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ endif(NOT ALICE_ROOT) set(ALICE_INSTALL $ENV{ALICE_INSTALL}) # Set AliRoot Installation directory -# If CMAKE_INSTALL_PREFIX was not set than we set it to ALICE_INSTALL. -# If ALICE_INSTALL was not defined than it will default to source directory +# If CMAKE_INSTALL_PREFIX was not set, then we set it to ALICE_INSTALL. +# If ALICE_INSTALL was not defined, then it will default to the source directory if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) if(ALICE_INSTALL) message(STATUS "AliRoot files will be installed in ${ALICE_INSTALL}") -- 2.43.0