"composable_kernel/include/utility/amd_inline_asm.hpp" did not exist on "155d78594ba72bda749152db492c0872dd41be97"
Commit 1c3ec56d authored by Aviral Goel's avatar Aviral Goel
Browse files

added a missing comment

parent 5df39376
...@@ -206,9 +206,9 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME) ...@@ -206,9 +206,9 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME)
set(result 0) set(result 0)
endif() endif()
message("add_example returns ${result}") #message("add_example returns ${result}")
set(result ${result} PARENT_SCOPE) set(result ${result} PARENT_SCOPE)
endfunction(add_example_executable_no_testing EXAMPLE_NAME) endfunction(add_example_executable_no_testing EXAMPLE_NAME)
# add all example subdir # add all example subdir
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment