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