From: Matthew Barr Date: Mon, 29 Feb 2016 23:56:58 +0000 (+1100) Subject: Fix typo X-Git-Tag: v4.2.0^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82438a567f028e43b8967bfaa1b8df1d1d7d8de4;p=thirdparty%2Fvectorscan.git Fix typo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb946eb..77af34a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ if(NOT Boost_FOUND) set(BOOST_INCLUDEDIR "${PROJECT_SOURCE_DIR}/include") find_package(Boost ${BOOST_MINVERSION}) if(NOT Boost_FOUND) - message(FATAL_ERROR "Boost ${BOOST_MINVERSION} or later not found. Either install system pacakges if available, extract Boost headers to ${CMAKE_SOURCE_DIR}/include, or set the CMake BOOST_ROOT variable.") + message(FATAL_ERROR "Boost ${BOOST_MINVERSION} or later not found. Either install system packages if available, extract Boost headers to ${CMAKE_SOURCE_DIR}/include, or set the CMake BOOST_ROOT variable.") endif() endif()