Skip to content

Commit

Permalink
Remove OVERRIDE_MSVCCRT glslang CMake variable;
Browse files Browse the repository at this point in the history
It was removed from newer versions of glslang.
  • Loading branch information
bjornbytes committed Jun 12, 2024
1 parent 4490049 commit 6b18734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ if(LOVR_USE_GLSLANG)
set(ENABLE_CTEST OFF CACHE BOOL "")
set(BUILD_EXTERNAL OFF CACHE BOOL "")
set(BUILD_SHARED_LIBS OFF)
set(OVERRIDE_MSVCCRT OFF CACHE BOOL "")
if(NOT EMSCRIPTEN)
set(ENABLE_GLSLANG_BINARIES ON CACHE BOOL "")
endif()
Expand Down

0 comments on commit 6b18734

Please sign in to comment.