mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
961378b1cb
* add polymorphic_value * make head work * fix the config file * address polymorphic_value review comments * use ${PORT} instead of literal name
15 lines
441 B
Diff
15 lines
441 B
Diff
diff --git a/./broken_config.cmake.in b/./fixed_config.cmake.in
|
|
index e64f8a20f..38c441451 100644
|
|
--- a/polymorphic_value-config.cmake.in
|
|
+++ b/polymorphic_value-config.cmake.in
|
|
@@ -1,5 +1,7 @@
|
|
@PACKAGE_INIT@
|
|
|
|
-set_and_check(POLYMORPHIC_VALUE_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
|
|
|
-check_required_components(Foo)
|
|
+
|
|
+check_required_components(polymorphic_value)
|
|
+
|
|
+include(${CMAKE_CURRENT_LIST_DIR}/polymorphic_value-target.cmake)
|