test/CMakeLists.txt

changeset 522
b91c50d023f4
parent 518
74d0372f5c6f
child 530
e866516cac17
equal deleted inserted replaced
521:e5dc54131d55 522:b91c50d023f4
1 # Load Google Test Framework 1 # Load Google Test Framework
2 set(CMAKE_CXX_STANDARD 11) 2 set(CMAKE_CXX_STANDARD 17)
3 3
4 include(FetchContent) 4 include(FetchContent)
5 FetchContent_Declare( 5 FetchContent_Declare(
6 googletest 6 googletest
7 GIT_REPOSITORY https://github.com/google/googletest.git 7 GIT_REPOSITORY https://github.com/google/googletest.git

mercurial