Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TK-SVM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
LDAP_ls-schollwoeck
TK-SVM
Commits
6d1858e4
Commit
6d1858e4
authored
5 years ago
by
Ke Liu
Browse files
Options
Downloads
Patches
Plain Diff
changed cmake_minimum_required to VERSION 3.1
parent
9297b794
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
frustmag/CMakeLists.txt
+1
-1
1 addition, 1 deletion
frustmag/CMakeLists.txt
gauge/CMakeLists.txt
+1
-1
1 addition, 1 deletion
gauge/CMakeLists.txt
ising/CMakeLists.txt
+1
-1
1 addition, 1 deletion
ising/CMakeLists.txt
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
6d1858e4
cmake_minimum_required
(
VERSION
2.8
.1
2
)
cmake_minimum_required
(
VERSION
3
.1
)
project
(
tksvm CXX
)
set
(
CMAKE_CXX_STANDARD 14 PARENT_SCOPE
)
...
...
This diff is collapsed.
Click to expand it.
frustmag/CMakeLists.txt
+
1
−
1
View file @
6d1858e4
cmake_minimum_required
(
VERSION
2.8
.1
2
)
cmake_minimum_required
(
VERSION
3
.1
)
project
(
tksvm-frustmag CXX
)
if
(
NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL
""
)
...
...
This diff is collapsed.
Click to expand it.
gauge/CMakeLists.txt
+
1
−
1
View file @
6d1858e4
cmake_minimum_required
(
VERSION
2.8
.1
2
)
cmake_minimum_required
(
VERSION
3
.1
)
project
(
tksvm-gauge CXX
)
if
(
NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL
""
)
...
...
This diff is collapsed.
Click to expand it.
ising/CMakeLists.txt
+
1
−
1
View file @
6d1858e4
cmake_minimum_required
(
VERSION
2.8
.1
2
)
cmake_minimum_required
(
VERSION
3
.1
)
project
(
tksvm-ising CXX
)
if
(
NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL
""
)
...
...
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