early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/glslang/always-install-resource-limits.patch
vendored
Executable file
13
externals/vcpkg/ports/glslang/always-install-resource-limits.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/StandAlone/CMakeLists.txt b/StandAlone/CMakeLists.txt
|
||||
index 751d1cd71..0f5cf0dc0 100644
|
||||
--- a/StandAlone/CMakeLists.txt
|
||||
+++ b/StandAlone/CMakeLists.txt
|
||||
@@ -98,7 +98,7 @@ if(ENABLE_GLSLANG_INSTALL)
|
||||
install(EXPORT spirv-remapTargets DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
|
||||
endif()
|
||||
|
||||
- if(BUILD_SHARED_LIBS)
|
||||
+ if(BUILD_SHARED_LIBS OR TRUE)
|
||||
install(TARGETS glslang-default-resource-limits EXPORT glslang-default-resource-limitsTargets
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
Reference in New Issue
Block a user