You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
321 B

  1. FetchContent_Declare(googletest
  2. URL https://github.com/google/googletest/archive/release-1.11.0.zip
  3. URL_HASH SHA256=353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a
  4. )
  5. if(MSVC)
  6. set(gtest_force_shared_crt ON CACHE BOOL "Always use msvcrt.dll" FORCE)
  7. endif()
  8. FetchContent_MakeAvailable(googletest)