mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
6cb714f850
* [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
9 lines
581 B
Diff
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)
|