Added boost date_time to CMakeLists.txt to fix building on Linux.

This commit is contained in:
Aloshi 2013-09-30 14:33:50 -05:00
parent bbc387ce8a
commit 2f358826fd

View file

@ -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