From 8f0631e5c7cd142e54f8cad1d07d131a7eaf29a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Enrique=20Mu=C3=B1oz=20Mart=C3=ADn?= Date: Thu, 4 Apr 2019 08:43:16 +0200 Subject: [PATCH] Fix cmake message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0e19112..6b6c8551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ set(${PROJECT_NAME}_DESCRIPTION "eProsima ${PROJECT_NAME_LARGE} library provides message(STATUS "Configuring ${PROJECT_NAME_LARGE}") message(STATUS "Version: ${PROJECT_VERSION}") -message(STATUS "To change de version modify the file configure.ac") +message(STATUS "To change the version modify the file configure.ac") ############################################################################### # Generation of windows installers.