Remove unused variable definition

This commit is contained in:
Vidur
2025-07-01 18:36:11 -05:00
parent 4c7c68e518
commit b2300684d8
-3
View File
@@ -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)