Ver código fonte

CMake: remove erroneous status message

OPENGL_VERSION is the version requested by the user,
not the detected one...
pull/661/head
Ahmad Fatoum 6 anos atrás
pai
commit
5945805b15
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: C3EAC3DE9321D59B
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/CMakeLists.txt

+ 0
- 1
src/CMakeLists.txt Ver arquivo

@ -125,7 +125,6 @@ elseif(${PLATFORM} MATCHES "Raspberry Pi")
endif()
if (${OPENGL_VERSION})
MESSAGE(STATUS "Detected OpenGL version: ${OPENGL_VERSION}")
set(${SUGGESTED_GRAPHICS} "${GRAPHICS}")
if (${OPENGL_VERSION} MATCHES "3.3")
set(GRAPHICS "GRAPHICS_API_OPENGL_33")

Carregando…
Cancelar
Salvar