ispras / utopia-hls

Utopia: a High-Level Synthesis framework
Apache License 2.0
7 stars 1 forks source link

Revisit GTest library usage #14

Closed Muxianesty closed 1 month ago

Muxianesty commented 3 months ago

Currently, with every clean compilation (when the previous build directory is deleted) GTest source files are downloaded from Github, which requires Internet connection.

It would be better to be able to just install all the required dependencies with the Internet connection and then be able to compile the project without it.

At this point there are two ways of fixing this:

Muxianesty commented 3 months ago

Additionally, we need to utilize the latest release version of GTest, not a random commit.

Muxianesty commented 1 month ago

Closed until further notice.