From d837a212aa8c1930ed66a5367917431176795943 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Thu, 3 Oct 2019 14:53:27 -0400 Subject: [PATCH] Bump Boost version to 1.59. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 570b378b99..ab937838ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -653,7 +653,7 @@ find_package( Pixman 0.30 REQUIRED ) # # Find Boost headers, required. -find_package( Boost 1.54.0 REQUIRED ) +find_package( Boost 1.59.0 REQUIRED ) # Include MinGW resource compiler. include( MinGWResourceCompiler )