scitokens / scitokens-cpp

A C++ implementation of the SciTokens library with a C library interface
Apache License 2.0
5 stars 22 forks source link

gh-action: Adapt unittests to renamed CMake flags, fix using external gtest. #89

Closed olifre closed 2 years ago

olifre commented 2 years ago

This adapts the unit tests (in GitHub actions) to use the now prefixed CMake flags, changed as part of #84 . Thanks for the very welcome change :+1: .

olifre commented 2 years ago

Now that the unit tests are adapted and actually test using external gtest once more, it seems that SCITOKENS_EXTERNAL_GTEST=YES is actually not working anymore. Will investigate later.

olifre commented 2 years ago

The second commit I pushed just now fixes support for usage of external gtest.