Skip to content

Commit

Permalink
add more status
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Aug 29, 2024
1 parent 16ea124 commit b74abba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ endif()
if(SPARK_DSG_BUILD_PYTHON OR SPARK_DSG_BUILD_TESTS)
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/pybind11/.git)
find_package(Git REQUIRED)
message(STATUS "Git: ${GIT_EXECUTABLE}")
message(STATUS "Path: ${CMAKE_CURRENT_SOURCE_DIR}")
execute_process(
COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit b74abba

Please sign in to comment.