Skip to content

Commit

Permalink
remove extra find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v authored and jcelerier committed Nov 17, 2023
1 parent 9c6b324 commit c1b2af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/OssiaDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ if(Git_FOUND AND OSSIA_SUBMODULE_AUTOUPDATE)
set(OSSIA_SUBMODULES ${OSSIA_SUBMODULES} Catch2)
endif()

find_package(Git REQUIRED)
execute_process(COMMAND ${GIT_EXECUTABLE} submodule sync --recursive
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND_ERROR_IS_FATAL ANY)
Expand Down

0 comments on commit c1b2af4

Please sign in to comment.