updates CMakeLists.txt with new FW repo

This commit is contained in:
2024-04-15 14:07:48 +02:00
parent e279e8967e
commit 90a536d849
4 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,6 @@ if { $distro == "CentOS" && ![info exists ::env(PROJECT)] && ![info exists ::env
puts stderr "Don't forget to execute 'scl enable devtoolset-7 llvm-toolset-7 bash'"
}
module load tools/gcc-riscv32-unknown-elf/11
module load tools/gcc-riscv64-unknown-elf/13
module load tools/cmake
module load tools/utilities