mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
BUG: fix for bug 0005871
This commit is contained in:
parent
79d9041d81
commit
e808f81f90
@ -19,7 +19,7 @@ ENDIF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
|
||||
|
||||
FIND_PATH(ASPELL_INCLUDE_DIR aspell.h )
|
||||
|
||||
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15)
|
||||
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell)
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set ASPELL_FOUND to TRUE if
|
||||
# all listed variables are TRUE
|
||||
|
Loading…
Reference in New Issue
Block a user