From fb63b70e8d7504caaea47f6c9cac893be6fcbf4c Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 29 Dec 2025 21:29:40 -0500 Subject: [PATCH] build: lib/common/CMakeLists.txt, remove unneeded unset calls --- src/lib/common/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index c458d162c..c3f63e320 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -8,9 +8,6 @@ endif() configure_file(Constants.h.in Constants.h @ONLY) -unset(CLIENT_BINARY) -unset(SERVER_BINARY) - add_library(common STATIC Enums.h ExitCodes.h