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

Run "git lfs install" automatically for tables

See Tables!10.
parent a2a2296b
No related branches found
No related tags found
1 merge request!24Run `git lfs install` automatically for tables
Pipeline #7002938 failed
......@@ -14,6 +14,8 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
project(Installer VERSION 1.0 LANGUAGES C) # Need a language for GNUInstallDirs
find_package(Git REQUIRED)
include(ExternalProject)
include(GNUInstallDirs)
......@@ -57,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 ""
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.
Please register or to comment