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
gaoqiong
composable_kernel_ROCM
Commits
1c3ec56d
"vscode:/vscode.git/clone" did not exist on "0e0dcb38d5367e8e7dbbc5b42c1944e988422662"
Commit
1c3ec56d
authored
Jan 16, 2025
by
Aviral Goel
Browse files
added a missing comment
parent
5df39376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/CMakeLists.txt
example/CMakeLists.txt
+2
-2
No files found.
example/CMakeLists.txt
View file @
1c3ec56d
...
...
@@ -206,9 +206,9 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME)
set
(
result 0
)
endif
()
message
(
"add_example returns
${
result
}
"
)
#
message("add_example returns ${result}")
set
(
result
${
result
}
PARENT_SCOPE
)
endfunction
(
add_example_executable_no_testing EXAMPLE_NAME
)
# add all example subdir
...
...
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