mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-22 11:52:26 +00:00
make AND to upper case
This commit is contained in:
parent
22d19b963c
commit
fda1c58350
@ -139,7 +139,7 @@ endif(ENABLE_GLSLANG_WEBMIN)
|
||||
if(WIN32)
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
option(OVERRIDE_MSVCCRT "Overrides runtime of MSVC " ON)
|
||||
if(MSVC and OVERRIDE_MSVCCRT)
|
||||
if(MSVC AND OVERRIDE_MSVCCRT)
|
||||
include(ChooseMSVCCRT.cmake)
|
||||
endif(MSVC)
|
||||
add_definitions(-DGLSLANG_OSINCLUDE_WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user