]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Fix typo
authorMatthew Barr <matthew.barr@intel.com>
Mon, 29 Feb 2016 23:56:58 +0000 (10:56 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 1 Mar 2016 00:42:49 +0000 (11:42 +1100)
CMakeLists.txt

index 5fb946eb450f70f239a5f987b035b584b209599b..77af34a5692018b2ce3bee56117b0b877962195f 100644 (file)
@@ -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()