mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
cmake: Check for existing header file in neon cmake module.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
db6b5131cc
commit
fe706dc8f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ endif (UNIX)
|
|||
|
||||
find_path(NEON_INCLUDE_DIR
|
||||
NAMES
|
||||
neon/neon_basics.h
|
||||
neon/ne_basic.h
|
||||
PATHS
|
||||
${_NEON_INCLUDEDIR}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue