cmake: Check for existing header file in neon cmake module.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Klaas Freitag 2013-07-22 16:28:29 +02:00 committed by Andreas Schneider
parent db6b5131cc
commit fe706dc8f9

View file

@ -23,7 +23,7 @@ endif (UNIX)
find_path(NEON_INCLUDE_DIR
NAMES
neon/neon_basics.h
neon/ne_basic.h
PATHS
${_NEON_INCLUDEDIR}
)