From e3e740f0b9ab19b1c9545b9015fde457d34a5334 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Mon, 21 Aug 2023 13:32:53 -0700 Subject: [PATCH] Remove commented out code. --- third_party/datetime.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/third_party/datetime.cmake b/third_party/datetime.cmake index 3a02713b..f96aa06c 100644 --- a/third_party/datetime.cmake +++ b/third_party/datetime.cmake @@ -8,6 +8,4 @@ FetchContent_Declare(date_src GIT_REPOSITORY https://github.com/HowardHinnant/date.git GIT_TAG v3.0.1 ) -#if(NOT ${date_src_POPULATED}) - FetchContent_MakeAvailable(date_src) -#endif() +FetchContent_MakeAvailable(date_src)