Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
applications
MNISTCalculator
Commits
c40c67b7
Commit
c40c67b7
authored
Jul 19, 2022
by
Yuyuan Liu
Browse files
Update the version of c++ version
parent
89c28a24
Pipeline
#763222
failed with stage
in 14 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gluon-cpp/CMakeLists.txt
View file @
c40c67b7
cmake_minimum_required
(
VERSION 3.5
)
project
(
default
)
set
(
CMAKE_CXX_STANDARD 1
1
)
set
(
CMAKE_CXX_STANDARD 1
4
)
add_subdirectory
(
src/cpp
)
add_subdirectory
(
target
)
add_subdirectory
(
src/test
)
...
...
gluon-cpp/src/cpp/CMakeLists.txt
View file @
c40c67b7
cmake_minimum_required
(
VERSION 3.5
)
project
(
DigitCalculator CXX
)
set
(
CMAKE_CXX_STANDARD 1
1
)
set
(
CMAKE_CXX_STANDARD 1
4
)
option
(
MXNET_PATH
"Path to libmxnet.so"
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment