mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:29:00 +08:00
4cca179bd7
* [spirv-tools] Lower-case dirs for cmake config * Simplify CMake config fixup * Add usage * Update versions * [shaderc] Minor fixes * Fix package imports in build and exported config * Add usage - shaderc_util is a private lib The port never installed this lib's headers. * Fix pc file installation * Update versions * [spirv-tools] Add tools feature * [spirv-tools] Fix exported cmake config * [shaderc] Fis SPIRV-Tools target * Fix tools feature
14 lines
313 B
Diff
14 lines
313 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1b8fe92..8f3f91a 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -269,7 +269,7 @@ else()
|
|
endif()
|
|
|
|
if(ENABLE_SPIRV_TOOLS_INSTALL)
|
|
- if(WIN32)
|
|
+ if(0)
|
|
macro(spvtools_config_package_dir TARGET PATH)
|
|
set(${PATH} ${TARGET}/cmake)
|
|
endmacro()
|