Skip to content

Commit e47abf2

Browse files
committed
fix compile errors (neon, nfsc)
1 parent 3d64ea9 commit e47abf2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/FindLibNEON.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
find_path(LIBNEON_INCLUDE_DIR
66
NAMES
7-
ne_basic.h
8-
ne_session.h
9-
ne_props.h
7+
neon/ne_basic.h
8+
neon/ne_session.h
9+
neon/ne_props.h
1010
PATHS
1111
/usr/include
1212
/usr/local/include

cmake/modules/FindLibNfs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
find_path(LIBNFS_INCLUDE_DIR
66
NAMES
7-
libnfs.h
7+
nfsc/libnfs.h
88
PATHS
99
/usr/include
1010
/usr/local/include

0 commit comments

Comments
 (0)