Commit 4b9e06d6 by Ben Clayton

CMake: Fix logic that automatically fetches submodules.

Bug: b/123894424 Change-Id: I9d3d24241d929cb80f9f28062537b50093009530 Reviewed-on: https://swiftshader-review.googlesource.com/c/24408 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 24f3d30c
...@@ -97,7 +97,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON) ...@@ -97,7 +97,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Initialize submodules # Initialize submodules
########################################################### ###########################################################
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/googletest) if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/googletest/.git)
message(WARNING " message(WARNING "
third_party/googletest submodule missing. third_party/googletest submodule missing.
Running 'git submodule update --init' to download it: Running 'git submodule update --init' to download it:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment