Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
insane2
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
Whitney Armstrong
insane2
Commits
e56e756d
There was a problem fetching the pipeline summary.
Commit
e56e756d
authored
7 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: CMakeLists.txt
parent
1b801341
No related branches found
No related tags found
1 merge request
!1
New PS attempt
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-5
5 additions, 5 deletions
CMakeLists.txt
with
5 additions
and
5 deletions
CMakeLists.txt
+
5
−
5
View file @
e56e756d
...
@@ -140,10 +140,10 @@ find_package(MySQL QUIET)
...
@@ -140,10 +140,10 @@ find_package(MySQL QUIET)
list
(
APPEND CMAKE_PREFIX_PATH /usr/local/share/eigen3/cmake
)
list
(
APPEND CMAKE_PREFIX_PATH /usr/local/share/eigen3/cmake
)
find_package
(
Eigen3 3.3 REQUIRED NO_MODULE
)
#
find_package (Eigen3 3.3 REQUIRED NO_MODULE)
#
find_package(PkgConfig REQUIRED)
find_package
(
PkgConfig REQUIRED
)
#
pkg_search_module(Eigen3 REQUIRED eigen3)
pkg_search_module
(
Eigen3 REQUIRED eigen3
)
#
message("Eigen3_INCLUDE_DIRS : ${Eigen3_INCLUDE_DIRS}")
message
(
"Eigen3_INCLUDE_DIRS :
${
Eigen3_INCLUDE_DIRS
}
"
)
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
# Find SQLite3 (required package)
# Find SQLite3 (required package)
...
@@ -164,7 +164,7 @@ set(LINK_LIBRARIES
...
@@ -164,7 +164,7 @@ set(LINK_LIBRARIES
${
LHAPDF_LIBRARIES
}
${
LHAPDF_LIBRARIES
}
)
)
include_directories
(
include_directories
(
${
Eigen3_INCLUDE_DIRS
}
${
Eigen3_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIR
}
${
ROOT_INCLUDE_DIR
}
${
CLHEP_INCLUDE_DIR
}
${
CLHEP_INCLUDE_DIR
}
...
...
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