You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of Google Test we bundle with vt does not build with the Intel 18 compiler. Add an option to the CI scripts to allow skipping the build of gtest and anything that depends on gtest (i.e., the unit tests).
The text was updated successfully, but these errors were encountered:
We decided to handle this another way, by grabbing an older version of googletest using a modified version of the fetch-googletest.sh script included in tests/extern/. The commands below were used:
What Needs to be Done?
The version of Google Test we bundle with vt does not build with the Intel 18 compiler. Add an option to the CI scripts to allow skipping the build of gtest and anything that depends on gtest (i.e., the unit tests).
The text was updated successfully, but these errors were encountered: