From bd758830c186a990ca35fd5697a984f2197b25f6 Mon Sep 17 00:00:00 2001 From: "yuchen.cc" Date: Thu, 14 Dec 2023 17:12:21 +0800 Subject: [PATCH] fix e2fs include dir name Signed-off-by: yuchen.cc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f86eb6e..b92e2c5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,7 +212,7 @@ if (PHOTON_ENABLE_FSTACK_DPDK) target_include_directories(photon_obj PRIVATE ${FSTACK_INCLUDE_DIRS}) endif() if (PHOTON_ENABLE_EXTFS) - target_include_directories(photon_obj PRIVATE ${LIBE2FS_INCLUDE_DIRS}) + target_include_directories(photon_obj PRIVATE ${E2FS_INCLUDE_DIRS}) endif() if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 8.0) # This option is enabled by default after -std=c++17