From 85f498bc0749ba8479357d96994c9b46d36c5a52 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 4 Nov 2023 20:38:54 +0100 Subject: cmake: rename systemc files and fix Makefile --- cmake/CMakeLists-sysc-fetch.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 cmake/CMakeLists-sysc-fetch.txt (limited to 'cmake/CMakeLists-sysc-fetch.txt') diff --git a/cmake/CMakeLists-sysc-fetch.txt b/cmake/CMakeLists-sysc-fetch.txt deleted file mode 100644 index 4afd154..0000000 --- a/cmake/CMakeLists-sysc-fetch.txt +++ /dev/null @@ -1,20 +0,0 @@ -# Integrate SYSTEMC as source project. -# -# FetchContent makes the dependency available during cmake configuration step -# and acts similar to *add_subdirectory*, that means all targets of the -# sub-project are available in the main project. -# -# NOTE: Target name must be unique across the main project and all sub-project, -# names may clash :^) - -include(FetchContent) - -FetchContent_Declare( - systemc - GIT_REPOSITORY https://github.com/accellera-official/systemc - GIT_TAG master - EXCLUDE_FROM_ALL -) - -# This makes all targets from the sub-project available. -FetchContent_MakeAvailable(systemc) -- cgit v1.2.3