vcpkg/ports/systemc/tlm_correct_dependency.patch
ncihnegn 6cb714f850 [systemc] Add new port (Microsoft#5250) (#5252)
* [systemc] Add new port (Microsoft#5250)

* [systemc] Fix debug targets

* [systemc] Use vcpkg_extract_source_archive_ex()

* [systemc] Disable vcpkg_test_cmake() for now due to issues

* [systemc] Fixup cmake targets
2019-02-01 18:32:57 -08:00

9 lines
581 B
Diff

--- cmake\SystemCTLMConfig.cmake.in Sat Oct 13 00:19:07 2018
+++ cmake\SystemCTLMConfig.cmake.in.fixed Mon Jan 28 15:23:44 2019
@@ -2,4 +2,4 @@
# TLM is part of the SystemC language library.
include(CMakeFindDependencyMacro)
-find_dependency (SystemC @SystemCLanguage_VERSION_MAJOR@.@SystemCLanguage_VERSION_MINOR@.@SystemCLanguage_VERSION_PATCH@.@SystemCLanguage_VERSION_RELEASE_DATE@ EXACT)
+find_dependency (SystemCLanguage @SystemCLanguage_VERSION_MAJOR@.@SystemCLanguage_VERSION_MINOR@.@SystemCLanguage_VERSION_PATCH@.@SystemCLanguage_VERSION_RELEASE_DATE@ EXACT)