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
FAST-RNNT
Commits
0ea4a1cc
Commit
0ea4a1cc
authored
Sep 29, 2025
by
fengzch-das
Browse files
use C++17
parent
83e4637f
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 @
0ea4a1cc
...
@@ -16,7 +16,7 @@ set(languages CXX)
...
@@ -16,7 +16,7 @@ set(languages CXX)
set
(
_FT_WITH_CUDA ON
)
set
(
_FT_WITH_CUDA ON
)
# the following settings are modified from cub/CMakeLists.txt
# the following settings are modified from cub/CMakeLists.txt
set
(
CMAKE_CXX_STANDARD 1
4
CACHE STRING
"The C++ version to be used."
)
set
(
CMAKE_CXX_STANDARD 1
7
CACHE STRING
"The C++ version to be used."
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_CXX_EXTENSIONS OFF
)
set
(
CMAKE_CXX_EXTENSIONS 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