mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
956fae3977
* [gherkin-c] Fix UNIX build, fix install path * version * manifest * version * should be a `-` not an `_` Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
13 lines
362 B
Diff
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}")
|