From b2300684d84e3d7ff9e41f8dea2778ac03d6afd2 Mon Sep 17 00:00:00 2001 From: Vidur Date: Tue, 1 Jul 2025 18:36:11 -0500 Subject: [PATCH] Remove unused variable definition --- simulate/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/simulate/CMakeLists.txt b/simulate/CMakeLists.txt index d184d0f7..99095b56 100644 --- a/simulate/CMakeLists.txt +++ b/simulate/CMakeLists.txt @@ -41,9 +41,6 @@ if(APPLE) enable_language(OBJCXX) endif() -if(NOT DEFINED expose_headers) - -endif() option(SIMULATE_BUILD_EXECUTABLE "Build the simulate executable binary." ON) option(SIMULATE_GLFW_DYNAMIC_SYMBOLS "Whether to resolve GLFW symbols dynamically." OFF)