From 540fd194d51c25c02c5d554f60fcb6c70276e876 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 10 Mar 2019 05:46:07 +0100 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 704316026..94548314a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -956,7 +956,7 @@ if(NOT VOLKGNSSSDR_FOUND) set_package_properties(PythonInterp PROPERTIES URL "https://www.python.org/" DESCRIPTION "An interpreted, high-level, general-purpose programming language" - PURPOSE "RRequired to build volk_gnsssdr." + PURPOSE "Required to build volk_gnsssdr." TYPE REQUIRED )