-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description of the problem
-
The following line is not needed,
Line 13 in d21065c
- ls -a -
The following should use 1.10.0 release,
Lines 23 to 31 in d21065c
if(INSTALL_GOOGLETEST AND BUILD_TESTS) include(${CMAKE_ROOT}/Modules/ExternalProject.cmake) ExternalProject_Add(googletest GIT_REPOSITORY https://github.com/google/googletest GIT_TAG master SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src" BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build" TEST_COMMAND "") endif()