From 50fdf4fe0ef910fa5ca33dd174603f2f986a6fb7 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Sat, 27 Apr 2024 03:20:45 +0200 Subject: [PATCH] Better comments --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d50d31b5..e747085ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,16 +29,15 @@ if( APPLE ) endif() # === Externally provided content === -# Set up how the project handle some of its dependenices. Either by ing them +# Set up how the project handle some of its dependenices. Either by picking them # up from the environment, or building them itself. include( SetupEigen3 ) include( SetupXercesC ) include( SetupJSON ) -# Find the dependencies that the project always s up from its environment. +# Find the dependencies that the project always picks up from its environment. find_package( SQLite3 3.7.17 ) - # === Enable testing functionality # NOTE: this must be in the root CMakeLists.txt file # even if the tests are defined in CMake files -- GitLab