]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/glslang/CMakeLists-windows.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / glslang / CMakeLists-windows.patch
1 diff --git a/glslang/OSDependent/Windows/CMakeLists.txt b/glslang/OSDependent/Windows/CMakeLists.txt
2 index f257418..82a3f3c 100644
3 --- a/glslang/OSDependent/Windows/CMakeLists.txt
4 +++ b/glslang/OSDependent/Windows/CMakeLists.txt
5 @@ -15,6 +15,6 @@ if(WIN32)
6 endif(WIN32)
7
8 if(ENABLE_GLSLANG_INSTALL)
9 - install(TARGETS OSDependent
10 + install(TARGETS OSDependent EXPORT glslangConfig
11 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
12 endif(ENABLE_GLSLANG_INSTALL)