From add195acf54643b2a832932d78f226ebfd498b3a Mon Sep 17 00:00:00 2001 From: Rain Date: Sun, 15 Sep 2024 11:58:37 +0300 Subject: [PATCH] Refactor Fix whitespace. More descriptive hyperlink for the comment. --- mp/src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mp/src/CMakeLists.txt b/mp/src/CMakeLists.txt index ae64f9660..dfbc59444 100644 --- a/mp/src/CMakeLists.txt +++ b/mp/src/CMakeLists.txt @@ -477,8 +477,8 @@ if(NEO_INSTALL_LIBRARIES) endif() if(OS_LINUX) - # https://github.com/NeotokyoRebuild/neo/issues/438#issuecomment-2351068151 - set (GL_SHADERS "${CMAKE_SOURCE_DIR}/../game/${CMAKE_PROJECT_NAME}/glshaders.cfg") + # https://github.com/NeotokyoRebuild/neo/pull/587 + set(GL_SHADERS "${CMAKE_SOURCE_DIR}/../game/${CMAKE_PROJECT_NAME}/glshaders.cfg") file(WRITE "${GL_SHADERS}" "glshadercachev002\n{\n}") file(CHMOD "${GL_SHADERS}" FILE_PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) endif()