From 2f358826fd5e5e896e41d3b4ae5fd21f6d784655 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Mon, 30 Sep 2013 14:33:50 -0500 Subject: [PATCH] Added boost date_time to CMakeLists.txt to fix building on Linux. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 324eee80a..749529d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() find_package(FreeType REQUIRED) find_package(FreeImage REQUIRED) find_package(SDL2 REQUIRED) -find_package(Boost REQUIRED COMPONENTS system filesystem regex) +find_package(Boost REQUIRED COMPONENTS system filesystem regex date_time) find_package(Eigen3 REQUIRED) #add ALSA for Linux