fixed paths for travis

This commit is contained in:
Màrius Montón 2021-11-25 23:41:54 +01:00
parent de2e14ff28
commit b5c8b9d208
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,5 @@ install:
- ../configure CXXFLAGS="-std=c++11"
- make -j 4 && make install
- cd ../..
- rm -r systemc-2.3.3/build
- rm systemc-2.3.3.tar.gz
- cd RISC-V-TLM

View File

@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_C_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_PREFIX_PATH systemc/systemc-2.3.3/objdir/)
set(CMAKE_PREFIX_PATH ../systemc-2.3.3/build/)
add_compile_options(-O3 -g -Wall -Wextra -Wunused-function -Wpedantic)