We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c15db6 commit 66bbffbCopy full SHA for 66bbffb
cmake_modules/FindGTestAlt.cmake
test/CMakeLists.txt
@@ -15,6 +15,12 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-include(FindGTestAlt)
+fetchcontent_declare(googletest
19
+ GIT_REPOSITORY https://github.com/google/googletest.git
20
+ GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # release-1.15.2
21
+ FIND_PACKAGE_ARGS
22
+ NAMES
23
+ GTest)
24
+fetchcontent_makeavailable(googletest)
25
26
add_subdirectory(core)
0 commit comments