From d12b558bea66fc416a132b71faa0c1a9da1fc580 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 3 Mar 2016 20:52:08 +0000 Subject: [PATCH] Fix typo spotted by @arrowd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 320c56642..8b32b0108 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ endif() if (NOT (EXISTS "${CMAKE_SOURCE_DIR}/src/CMakeLists.txt")) message(FATAL_ERROR "Cannot find \"${CMAKE_SOURCE_DIR}/src/CMakeLists.txt\"" ". This probably means you need to run" - "``python contrib/cmake/boostrap.py create``") + "``python contrib/cmake/bootstrap.py create``") endif() # This overrides the default flags for the different CMAKE_BUILD_TYPEs