Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
fix: cmake option "OPENGL_VERSION" doesn't work (
#3170
)
pull/3176/head
Roy Qu
1 ano atrás
committed by
GitHub
pai
bc9c063254
commit
22895ba14f
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
cmake/LibraryConfigurations.cmake
+ 1
- 1
cmake/LibraryConfigurations.cmake
Ver arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar