Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
a16a746c
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e7c0abac13dbcd2d34774bddef226f88ef387045"
Unverified
Commit
a16a746c
authored
Apr 27, 2020
by
bmanga
Committed by
GitHub
Apr 27, 2020
Browse files
Update version to 0.6.0 in CMake (#2140)
parent
c4f77c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
a16a746c
cmake_minimum_required
(
VERSION 3.0
)
cmake_minimum_required
(
VERSION 3.0
)
project
(
torchvision
)
project
(
torchvision
)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
TORCHVISION_VERSION 0.
5
.0
)
set
(
TORCHVISION_VERSION 0.
6
.0
)
option
(
WITH_CUDA
"Enable CUDA support"
OFF
)
option
(
WITH_CUDA
"Enable CUDA support"
OFF
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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