mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Cmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h.cmake
This commit is contained in:
parent
8217df8a68
commit
fdc2f0c78d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user