Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
fix: cmake option "OPENGL_VERSION" doesn't work (
#3170
)
pull/3176/head
Roy Qu
há 2 anos
committed by
GitHub
ascendente
bc9c063254
cometimento
22895ba14f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
cmake/LibraryConfigurations.cmake
+ 1
- 1
cmake/LibraryConfigurations.cmake
Ver ficheiro
@ -106,7 +106,7 @@ elseif ("${PLATFORM}" MATCHES "DRM")
endif
(
)
if
(
NOT
${
OPENGL_VERSION
}
)
if
(
NOT
${
OPENGL_VERSION
}
MATCHES
"OFF"
)
set
(
${
SUGGESTED_GRAPHICS
}
"${GRAPHICS}"
)
if
(
${
OPENGL_VERSION
}
MATCHES
"4.3"
)
set
(
GRAPHICS
"GRAPHICS_API_OPENGL_43"
)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar