Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLIC_software
slic
Commits
ac154614
Commit
ac154614
authored
8 years ago
by
JeremyMcCormick
Browse files
Options
Downloads
Patches
Plain Diff
install cmake files required by LCIO macros
parent
688a8e82
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/InstallLCIO.cmake
+1
-0
1 addition, 0 deletions
cmake/InstallLCIO.cmake
with
1 addition
and
0 deletions
cmake/InstallLCIO.cmake
+
1
−
0
View file @
ac154614
...
...
@@ -15,6 +15,7 @@ EXTERNALPROJECT_ADD(
CMAKE_ARGS -DINSTALL_DOC=OFF -DCMAKE_INSTALL_PREFIX=
${
DEPENDENCY_INSTALL_DIR
}
/lcio
BUILD_COMMAND make -j4
INSTALL_COMMAND make install COMMAND mkdir
${
DEPENDENCY_INSTALL_DIR
}
/lcio/cmake COMMAND cp
${
CMAKE_BINARY_DIR
}
/lcio/cmake/MacroCheckPackageVersion.cmake
${
DEPENDENCY_INSTALL_DIR
}
/lcio/cmake COMMAND cp
${
CMAKE_BINARY_DIR
}
/lcio/cmake/MacroCheckPackageLibs.cmake
${
DEPENDENCY_INSTALL_DIR
}
/lcio/cmake
)
SET
(
LCIO_DIR
${
DEPENDENCY_INSTALL_DIR
}
/lcio CACHE PATH
"LCIO install dir"
FORCE
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment