diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e26bf1..1333db4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ if (LIBFTP_BUILD_TEST) add_subdirectory(test) endif() -if (LIBFTP_BUILD_EXAMPLES) +if (LIBFTP_BUILD_EXAMPLE) add_subdirectory(example) endif()