8b1b17cff8
"This is good, commit." espie@
16 lines
608 B
Plaintext
16 lines
608 B
Plaintext
$OpenBSD: patch-Modules_FindASPELL_cmake,v 1.1 2010/05/28 20:21:48 dcoppa Exp $
|
|
--- Modules/FindASPELL.cmake.orig Tue Apr 6 16:45:31 2010
|
|
+++ Modules/FindASPELL.cmake Mon May 3 11:51:48 2010
|
|
@@ -20,11 +20,6 @@
|
|
# (To distributed this file outside of CMake, substitute the full
|
|
# License text for the above reference.)
|
|
|
|
-IF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
|
|
- # Already in cache, be silent
|
|
- SET(ASPELL_FIND_QUIETLY TRUE)
|
|
-ENDIF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
|
|
-
|
|
FIND_PATH(ASPELL_INCLUDE_DIR aspell.h )
|
|
|
|
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell)
|