From 32d02e512c930eba4f657bf0b1a0484c8f7b02eb Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Thu, 18 Jun 2015 12:21:41 +0200 Subject: [PATCH] [cmake] Do not find cmake as required This is hanlded afterwards anyway and we need to succeed if Boost.Context is not found. --- buildtools/Cmake/CompleteInFiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index ce11861fbc..b5b2485c5f 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -109,7 +109,7 @@ endif() # intrusive 1.35.0 # lambda 1.28.0 # signals2 1.39.0 -find_package(Boost 1.42 REQUIRED COMPONENTS context) +find_package(Boost 1.42 COMPONENTS context) if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) else() -- 2.20.1