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

Install tables

parent e5790471
No related branches found
No related tags found
1 merge request!11CMakeLists to fetch TUnfold and ProtoDarwin
...@@ -52,3 +52,12 @@ ExternalProject_Add(ProtoDarwin ...@@ -52,3 +52,12 @@ ExternalProject_Add(ProtoDarwin
) )
configure_file(protodarwin.xml.in protodarwin.xml) configure_file(protodarwin.xml.in protodarwin.xml)
install(FILES "${CMAKE_BINARY_DIR}/protodarwin.xml" TYPE SYSCONF) install(FILES "${CMAKE_BINARY_DIR}/protodarwin.xml" TYPE SYSCONF)
ExternalProject_Add(tables
GIT_REPOSITORY https://gitlab.cern.ch/DasAnalysisSystem/tables.git
GIT_TAG origin/master
SOURCE_DIR "${CMAKE_SOURCE_DIR}/tables"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
<runtime name="LD_LIBRARY_PATH" value="${CMAKE_INSTALL_FULL_LIBDIR}" type="path"/> <runtime name="LD_LIBRARY_PATH" value="${CMAKE_INSTALL_FULL_LIBDIR}" type="path"/>
<runtime name="PYTHON3PATH" value="${CMAKE_INSTALL_PREFIX}/python" type="path"/> <runtime name="PYTHON3PATH" value="${CMAKE_INSTALL_PREFIX}/python" type="path"/>
<runtime name="DARWIN_GIT_REPO" value="$CMSSW_BASE/src/Core" type="path"/><!-- TODO --> <runtime name="DARWIN_GIT_REPO" value="$CMSSW_BASE/src/Core" type="path"/><!-- TODO -->
<runtime name="DARWIN_TABLES" value="$CMSSW_BASE/../tables" type="path"/><!-- TODO --> <runtime name="DARWIN_TABLES" value="${CMAKE_SOURCE_DIR}/tables" type="path"/>
</tool> </tool>
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