Disable deprecated warnings from SFML

0.8
Bruno Van de Velde 2016-01-24 19:26:39 +01:00
parent cacdd06767
commit 033c65a19a
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ SET( MAJOR_VERSION 0 )
SET( MINOR_VERSION 7 )
SET( PATCH_VERSION 0 )
# Disable deprecated warnings from SFML
add_definitions(-DSFML_NO_DEPRECATED_WARNINGS)
# Fill in the version in the config file
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/include/TGUI/Config.hpp.in"
"${CMAKE_CURRENT_SOURCE_DIR}/include/TGUI/Config.hpp")