Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NeuroScheme
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
NeuroScheme
Commits
820e5f73
Commit
820e5f73
authored
3 years ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Updated recorder to 1.0.4. Bump to version 0.7.3.
parent
d7ffab2e
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
.gitsubprojects
+1
-1
1 addition, 1 deletion
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
2 additions
and
2 deletions
.gitsubprojects
+
1
−
1
View file @
820e5f73
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#git_subproject(gmrvlex git@gitlab.vg-lab.es:nsviz/gmrvlex.git c20b194)
#git_subproject(gmrvlex git@gitlab.vg-lab.es:nsviz/gmrvlex.git c20b194)
git_subproject
(
ShiFT https://github.com/vg-lab/shift ef486e96
)
git_subproject
(
ShiFT https://github.com/vg-lab/shift ef486e96
)
git_subproject
(
scoop https://github.com/vg-lab/scoop cc02a23
)
git_subproject
(
scoop https://github.com/vg-lab/scoop cc02a23
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
7485cd8b
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
3ae70efa
)
if
(
NEUROSCHEME_NSOL_ENABLED
)
if
(
NEUROSCHEME_NSOL_ENABLED
)
git_subproject
(
nsol https://github.com/vg-lab/nsol 872fe14f
)
git_subproject
(
nsol https://github.com/vg-lab/nsol 872fe14f
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
820e5f73
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
project
(
NeuroScheme VERSION 0.7.
2
)
project
(
NeuroScheme VERSION 0.7.
3
)
set
(
NeuroScheme_VERSION_ABI 12
)
set
(
NeuroScheme_VERSION_ABI 12
)
# Disable in source building
# Disable in source building
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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