Skip to content

Commit

Permalink
Add missing find_package for date (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Heimpold <[email protected]>
  • Loading branch information
mhei authored Mar 1, 2024
1 parent 35371ce commit 02b8896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 02b8896

Please sign in to comment.