message typo

This commit is contained in:
Johann Dreo 2012-10-07 21:11:28 +02:00
commit 1894b0013f

View file

@ -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()