Skip to content
Snippets Groups Projects

Ci one job

Merged Joan Solà Ortega requested to merge CI_one_job into master
2 files
+ 2
25
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,7 +31,7 @@ ExternalProject_Add(googletest
PREFIX "${CMAKE_CURRENT_BINARY_DIR}"
# Disable install step
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
Loading