Closed wusatosi closed 1 month ago
closes #32 .
This pr updates the CMake file, and disables installing gtest headers when running cmake --install.
gtest
cmake --install
Note that this will require cmake 3.25 due to use of block.
block
See: https://github.com/beman-project/exemplar/pull/37/checks#step:6:320 for effect of this pr.
The use of block is nice but isn't necessary, I don't think there's any chance we have conflict on the name INSTALL_GTEST
INSTALL_GTEST
Explicitly requesting review from @camio.
closes #32 .
This pr updates the CMake file, and disables installing
gtest
headers when runningcmake --install
.Note that this will require cmake 3.25 due to use of
block
.See: https://github.com/beman-project/exemplar/pull/37/checks#step:6:320 for effect of this pr.