vcpkg/ports/vcpkg-tool-ninja/use-internal-re2c.patch
Jack·Boos·Yu 7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00

14 lines
348 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42094d2..d4eda66 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ endif()
# --- optional re2c
find_program(RE2C re2c)
-if(RE2C)
+if(0)
# the depfile parser and ninja lexers are generated using re2c.
function(re2c IN OUT)
add_custom_command(DEPENDS ${IN} OUTPUT ${OUT}