diff --git a/CMakeLists.txt b/CMakeLists.txt index 64d5753..6c5e851 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ if (NOT DISABLE_EDM) # In EDM mode, we can't install exports (because the dependencies usually do not install their exports) set(EVSE_SECURITY_INSTALL OFF) else() + find_package(date REQUIRED) find_package(everest-log REQUIRED) find_package(everest-timer REQUIRED) endif()