Remove OSMesa specific code from offscreen example

The OSMesa specific path is more appropriate for a test than an example.
This commit is contained in:
Camilla Löwy
2022-05-03 19:50:28 +02:00
parent 7dfd84c458
commit 5c3ebfb9cc
2 changed files with 0 additions and 18 deletions
-5
View File
@@ -50,11 +50,6 @@ set_target_properties(${GUI_ONLY_BINARIES} ${CONSOLE_BINARIES} PROPERTIES
C_STANDARD 99
FOLDER "GLFW3/Examples")
if (GLFW_USE_OSMESA)
find_package(OSMesa REQUIRED)
target_compile_definitions(offscreen PRIVATE USE_NATIVE_OSMESA)
endif()
if (MSVC)
# Tell MSVC to use main instead of WinMain
set_target_properties(${GUI_ONLY_BINARIES} PROPERTIES