Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
teqp_fork_old
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Sven Michael Pohl
teqp_fork_old
Commits
fa2137a2
Commit
fa2137a2
authored
3 years ago
by
Ian Bell
Browse files
Options
Downloads
Patches
Plain Diff
Bump multicomplex and fix include path
parent
731f5022
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
externals/mcx
+1
-1
1 addition, 1 deletion
externals/mcx
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
fa2137a2
...
...
@@ -6,7 +6,7 @@ enable_testing()
set
(
CMAKE_CXX_STANDARD 17
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/include"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/externals/mcx/
pymc
x/include"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/externals/mcx/
multicomple
x/include"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/externals/Eigen"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/externals/nlohmann_json"
)
...
...
This diff is collapsed.
Click to expand it.
mcx
@
5e48688a
Compare
87c3fc69
...
5e48688a
Subproject commit
87c3fc69192723cd7ef8a5df844320baee41ad22
Subproject commit
5e48688a952d1e24e876541a68609e43a7083aa3
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