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
dgl
Commits
945b0e54
"vscode:/vscode.git/clone" did not exist on "2ca598063443d0bf4ba3b1f0fb3dbc17e60f8a67"
Unverified
Commit
945b0e54
authored
Jun 07, 2023
by
Wang, Xiao
Committed by
GitHub
Jun 07, 2023
Browse files
[Build] use c++17 on tensoradaptor build (#5791)
parent
9211d34f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tensoradapter/pytorch/CMakeLists.txt
tensoradapter/pytorch/CMakeLists.txt
+1
-1
No files found.
tensoradapter/pytorch/CMakeLists.txt
View file @
945b0e54
...
...
@@ -44,5 +44,5 @@ target_include_directories(
target_include_directories
(
${
TORCH_TARGET_NAME
}
PRIVATE
"
${
TORCH_INCLUDE_DIRS
}
"
)
target_link_libraries
(
${
TORCH_TARGET_NAME
}
PRIVATE
"
${
TENSORADAPTER_TORCH_LIBS
}
"
)
set_property
(
TARGET
${
TORCH_TARGET_NAME
}
PROPERTY CXX_STANDARD 1
4
)
set_property
(
TARGET
${
TORCH_TARGET_NAME
}
PROPERTY CXX_STANDARD 1
7
)
message
(
STATUS
"Configured target
${
TORCH_TARGET_NAME
}
"
)
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