Jacob Faibussowitsch
Jacob Faibussowitsch
`rapids_cmake_write_version_file()` currently only results in ```c++ #define PROJECT_VERSION_MAJOR #define PROJECT_VERSION_MINOR #define PROJECT_VERSION_PATCH ``` but there are a few other "version" related utility macros that it could generate while we are...
### Does the feature exist in the most recent commit? Tested on `v1.13.0`, but the same problem also exists at head: https://github.com/google/googletest/blob/79219e26e0e36b415a5804b6b017ad6c6cd99ad8/googletest/include/gtest/internal/gtest-internal.h#L1367-L1373 where `GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_()` expands as https://github.com/google/googletest/blob/79219e26e0e36b415a5804b6b017ad6c6cd99ad8/googletest/include/gtest/internal/gtest-internal.h#L1312-L1316 ### Why do...