From 089b7fa73ea7490b75c00a4fb83268aeb613acc6 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Mon, 15 Jan 2024 20:42:01 +0100 Subject: [PATCH] Build: Remove unused option `DISABLE_BUILD_DATE` --- cmake/BuildParameters.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/BuildParameters.cmake b/cmake/BuildParameters.cmake index 2491e251eb..a29c98c33e 100644 --- a/cmake/BuildParameters.cmake +++ b/cmake/BuildParameters.cmake @@ -4,7 +4,6 @@ set(PCSX2_DEFS "") #------------------------------------------------------------------------------- # Misc option #------------------------------------------------------------------------------- -option(DISABLE_BUILD_DATE "Disable including the binary compile date") option(ENABLE_TESTS "Enables building the unit tests" ON) option(LTO_PCSX2_CORE "Enable LTO/IPO/LTCG on the subset of pcsx2 that benefits most from it but not anything else") option(USE_VTUNE "Plug VTUNE to profile GS JIT.")