Przeglądaj źródła

examples: CMake: restrict OpenGL deprecation warnings to macOS

pull/838/head
Ahmad Fatoum 5 lat temu
rodzic
commit
0467f32cc1
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: C3EAC3DE9321D59B
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      examples/CMakeLists.txt

+ 1
- 1
examples/CMakeLists.txt Wyświetl plik

@ -24,7 +24,7 @@ foreach(example_dir ${example_dirs})
list(APPEND example_resources ${resources})
endforeach()
if (NOT CMAKE_SYSTEM STRLESS "Darwin-18.0.0")
if (APPLE AND NOT CMAKE_SYSTEM STRLESS "Darwin-18.0.0")
add_definitions(-DGL_SILENCE_DEPRECATION)
MESSAGE(AUTHOR_WARNING "OpenGL is deprecated starting with macOS 10.14 (Mojave)!")
endif()

Ładowanie…
Anuluj
Zapisz