From 1894b0013fac0cf6451ec768c750a9875660f3a2 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Sun, 7 Oct 2012 21:11:28 +0200 Subject: [PATCH] message typo --- edo/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edo/CMakeLists.txt b/edo/CMakeLists.txt index bdbabe4fc..7df548108 100644 --- a/edo/CMakeLists.txt +++ b/edo/CMakeLists.txt @@ -5,7 +5,7 @@ IF(EDO_USE_LIB STREQUAL "UBlas") INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIRS} ) ADD_DEFINITIONS( -DWITH_BOOST ) ELSE() - MESSAGE( "ERROR: You asked for Boost:ublas but it has nost been found." ) + MESSAGE( "ERROR: You asked for Boost:ublas but it has not been found." ) SET(IS_FATAL 1) ENDIF() ELSEIF( EDO_USE_LIB STREQUAL "Eigen3" ) @@ -19,7 +19,7 @@ ELSEIF( EDO_USE_LIB STREQUAL "Eigen3" ) INCLUDE_DIRECTORIES( ${EIGEN3_INCLUDE_DIR} ) ADD_DEFINITIONS( -DWITH_EIGEN ) ELSE() - MESSAGE( "ERROR: You asked for Eigen3 but it has nost been found." ) + MESSAGE( "ERROR: You asked for Eigen3 but it has not been found." ) SET(IS_FATAL 1) ENDIF()