add missing find_package(git)
This commit is contained in:
parent
920674a6ef
commit
d40f39962b
|
@ -8,6 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
|
||||||
# ----
|
# ----
|
||||||
|
|
||||||
# git submodule update --init
|
# git submodule update --init
|
||||||
|
find_package(Git)
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${GIT_EXECUTABLE} submodule update --init
|
COMMAND ${GIT_EXECUTABLE} submodule update --init
|
||||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
||||||
|
|
Loading…
Reference in New Issue