* Minor changes to cmake files

dev-ui
erihel 2013-04-12 12:07:57 +02:00
parent 8a0383c9f0
commit f1873a52d5
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ find_package(SDL_ttf 2.0 REQUIRED)
find_package(PNG 1.2 REQUIRED)
find_package(Gettext REQUIRED)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)

View File

@ -8,7 +8,7 @@ elseif (${PLATFORM_WINDOWS})
set(PLATFORM_LIBS "-lintl")
elseif(${PLATFORM_LINUX})
# for clock_gettime
set(PLATFORM_LIBS "-lrt")
set(PLATFORM_LIBS "-lrt -lX11")
endif()