-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the branches of the SystemC libraries and remove rapidjson.
- Rapidjson is now handle by the CCI library so we can remove it.
- Loading branch information
tmarcero
committed
May 31, 2024
1 parent
bd7fa97
commit 504a7b0
Showing
4 changed files
with
11 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ include(${cpm-cmake_SOURCE_DIR}/cmake/CPM.cmake) | |
cpmaddpackage("${GITHUB}TheLartians/[email protected]") | ||
|
||
cpmaddpackage( | ||
NAME SystemCLanguage | ||
GIT_REPOSITORY ${GITHUB}accellera-official/systemc.git | ||
GIT_SHALLOW True | ||
GIT_TAG master | ||
NAME SystemCLanguage | ||
GIT_REPOSITORY ${GITHUB}accellera-official/systemc.git | ||
GIT_SHALLOW True | ||
GIT_TAG main | ||
) | ||
|
||
add_library(${PROJECT_NAME} INTERFACE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ include(${cpm-cmake_SOURCE_DIR}/cmake/CPM.cmake) | |
cpmaddpackage("${GITHUB}TheLartians/[email protected]") | ||
|
||
cpmaddpackage( | ||
NAME SystemCLanguage | ||
GIT_REPOSITORY ${GITHUB}accellera-official/systemc.git | ||
GIT_SHALLOW True | ||
GIT_TAG master | ||
NAME SystemCLanguage | ||
GIT_REPOSITORY ${GITHUB}accellera-official/systemc.git | ||
GIT_SHALLOW True | ||
GIT_TAG main | ||
) | ||
|
||
add_library(${PROJECT_NAME} INTERFACE) | ||
|