mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
14 lines
329 B
Diff
14 lines
329 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 75830b44..367fe889 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -270,7 +270,7 @@ else()
|
|
endif()
|
|
|
|
if(ENABLE_SPIRV_TOOLS_INSTALL)
|
|
- if(WIN32 AND NOT MINGW)
|
|
+ if(0)
|
|
macro(spvtools_config_package_dir TARGET PATH)
|
|
set(${PATH} ${TARGET}/cmake)
|
|
endmacro()
|