Skip to content
Snippets Groups Projects
Commit 3d691b0c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Comment on CMakeLists to help googletest config

parent 695c7fcf
No related branches found
No related tags found
1 merge request!154Ci one job
Pipeline #2371 failed
...@@ -31,7 +31,7 @@ ExternalProject_Add(googletest ...@@ -31,7 +31,7 @@ ExternalProject_Add(googletest
PREFIX "${CMAKE_CURRENT_BINARY_DIR}" PREFIX "${CMAKE_CURRENT_BINARY_DIR}"
# Disable install step # Disable install step
INSTALL_COMMAND "" INSTALL_COMMAND ""
UPDATE_DISCONNECTED 1 UPDATE_DISCONNECTED 1 # 1: do not update googletest; 0: update googletest via github
) )
# Get GTest source and binary directories from CMake project # Get GTest source and binary directories from CMake project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment