googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Move googletest version variable into external CMake file and include…

Open tobbi opened this issue 1 year ago • 0 comments
trafficstars

I moved the version variable out into an external CMake file and I'm including it properly in the sub projects. That way, building both parent as well as child projects will have the correct version number provided. Just remember to update the version number in the new cmake file instead of the old CMakeLists.txt

Fixes #4309

tobbi avatar May 14 '24 07:05 tobbi