From 04340633f69eabf23cc0e48c7d5ec7cf80a47663 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 16 Apr 2011 20:42:18 +0100 Subject: [PATCH] Fix build with Boost 1.42 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4611d7..bc9d6df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,8 @@ find_package (SDL REQUIRED) find_package (SDL_image REQUIRED) find_package (OpenGL REQUIRED) find_package (GLEW REQUIRED) -find_package (Boost 1.37 REQUIRED COMPONENTS filesystem signals program_options) +find_package (Boost 1.37 REQUIRED + COMPONENTS filesystem signals program_options system) find_package (Freetype REQUIRED) if (NOT WIN32) -- 2.39.2