Cmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h.cmake

This commit is contained in:
Kornel Benko 2012-10-09 22:42:06 +02:00
parent 8217df8a68
commit fdc2f0c78d

View File

@ -16,7 +16,6 @@ endif()
if (ENCHANT_LIBRARY AND ENCHANT_INCLUDE_DIR)
set(ENCHANT_FOUND TRUE)
add_definitions(-DUSE_ENCHANT=1)
message(STATUS "Building with USE_ENCHANT")
else()
message(STATUS "Enchant not found, building without enchant support")