aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules/FindLibicnet.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/FindLibicnet.cmake')
-rw-r--r--cmake/Modules/FindLibicnet.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindLibicnet.cmake b/cmake/Modules/FindLibicnet.cmake
index 3c9c4f5f..bfb81ef7 100644
--- a/cmake/Modules/FindLibicnet.cmake
+++ b/cmake/Modules/FindLibicnet.cmake
@@ -22,7 +22,7 @@ set(LIBICNET_SEARCH_PATH_LIST
/usr
)
-find_path(LIBICNET_INCLUDE_DIR icnet/icnet_common.h
+find_path(LIBICNET_INCLUDE_DIR icnet/icnet_ccnx_common.h
HINTS ${LIBICNET_SEARCH_PATH_LIST}
PATH_SUFFIXES include
DOC "Find the libicnet includes")