systemc compiled using cmake

This commit is contained in:
Màrius Montón 2021-11-26 00:21:29 +01:00
parent b5c8b9d208
commit 3b134013d0
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
- tar xfvz systemc-2.3.3.tar.gz
- cd systemc-2.3.3
- mkdir build && cd build
- ../configure CXXFLAGS="-std=c++11"
- cmake .. -DCMAKE_CXX_STANDARD=17
- make -j 4 && make install
- cd ../..
- rm systemc-2.3.3.tar.gz