We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d64ea9 commit e47abf2Copy full SHA for e47abf2
cmake/modules/FindLibNEON.cmake
@@ -4,9 +4,9 @@
4
5
find_path(LIBNEON_INCLUDE_DIR
6
NAMES
7
- ne_basic.h
8
- ne_session.h
9
- ne_props.h
+ neon/ne_basic.h
+ neon/ne_session.h
+ neon/ne_props.h
10
PATHS
11
/usr/include
12
/usr/local/include
cmake/modules/FindLibNfs.cmake
@@ -4,7 +4,7 @@
find_path(LIBNFS_INCLUDE_DIR
- libnfs.h
+ nfsc/libnfs.h
0 commit comments