vcpkg/ports/gherkin-c/fix-install-error.patch
Jack·Boos·Yu 956fae3977
[gherkin-c] Fix UNIX build, fix install path (#22578)
* [gherkin-c] Fix UNIX build, fix install path

* version

* manifest

* version

* should be a `-` not an `_`

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-18 13:26:14 -08:00

13 lines
362 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3227bf5..74b9ffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,7 +131,3 @@ install(
# NAMESPACE "${namespace}"
# DESTINATION "${config_install_dir}")
-add_custom_target(install_${PROJECT_NAME}
- $(MAKE) install
- DEPENDS gherkin
- COMMENT "Installing ${PROJECT_NAME}")