Skip to content

Commit

Permalink
Update BareosTimeFunctions.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 13, 2020
1 parent f1c37a1 commit 86bfca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmake/BareosTimeFunctions.cmake
Expand Up @@ -33,7 +33,7 @@ function(timestamp_at at result format)
if(out STREQUAL "")
message(
FATAL_ERROR
"Cannot use SOURCE_DATE_EPOCH (cmake < 3.8) and your 'date' command is not compatible with Bareos' timestamp_at()."
"Cannot use SOURCE_DATE_EPOCH (cmake < 3.10) and your 'date' command is not compatible with Bareos' timestamp_at()."
)
endif()
endif()
Expand Down

0 comments on commit 86bfca7

Please sign in to comment.