vcpkg/ports/bcg729/disable-alt-packaging.patch
Kai Pastor 71ba14d979
[bcg729] Fix cmake, fix parallel build on linux (#21516)
* Disable alternative packaging (CPack, RPM)

* Fixup cmake config install location

* Update copyright: dual license

* Update versions
2021-11-19 22:20:45 -08:00

11 lines
224 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69dbaef..695f4d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,5 +125,4 @@ install(FILES
DESTINATION ${CONFIG_PACKAGE_LOCATION}
)
-add_subdirectory(build)