vcpkg/ports/yasm/add-feature-tools.patch
Jack·Boos·Yu 37b323648a
[yasm] Fix feature tools (#19162)
* [yasm] Fix feature tools

* version

* update baseline

* fix arm build, add host dependency

* version

* Fix desc

* update baseline

* Remove arm fix patch

* version

* Fix build, apply suggestions

* version

* Add line break

* version

* Set tools as a feature

* version

* Remove remaining ci.baseline.txt entry.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-08 13:13:43 -08:00

11 lines
274 B
Diff

diff --git a/frontends/CMakeLists.txt b/frontends/CMakeLists.txt
index 9858b61..b151cc3 100644
--- a/frontends/CMakeLists.txt
+++ b/frontends/CMakeLists.txt
@@ -1,3 +1,5 @@
+if (BUILD_TOOLS)
ADD_SUBDIRECTORY(yasm)
ADD_SUBDIRECTORY(tasm)
ADD_SUBDIRECTORY(vsyasm)
+endif()