Skip to content
Snippets Groups Projects
Commit 2e22f769 authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Fix git LFS command

parent d2143feb
No related branches found
No related tags found
1 merge request!24Run `git lfs install` automatically for tables
Pipeline #7003063 passed
......@@ -59,7 +59,7 @@ ExternalProject_Add(tables
GIT_REPOSITORY https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/tables.git
GIT_TAG origin/master
SOURCE_DIR "${CMAKE_SOURCE_DIR}/tables"
CONFIGURE_COMMAND "${GIT_EXECUTABLE} lfs install"
CONFIGURE_COMMAND "${GIT_EXECUTABLE}" lfs install
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment