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
Commits
f4a6df0b
"...composable_kernel.git" did not exist on "f76df8908a9f143282d538183c8a9e2c3eda0dce"
Commit
f4a6df0b
authored
Sep 22, 2022
by
Chao Liu
Browse files
fix
parent
467531de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
client_example/CMakeLists.txt
client_example/CMakeLists.txt
+1
-1
No files found.
client_example/CMakeLists.txt
View file @
f4a6df0b
...
@@ -9,7 +9,7 @@ message(STATUS "Build with HIP ${hip_VERSION}")
...
@@ -9,7 +9,7 @@ message(STATUS "Build with HIP ${hip_VERSION}")
# add all example subdir
# add all example subdir
file
(
GLOB dir_list LIST_DIRECTORIES true *
)
file
(
GLOB dir_list LIST_DIRECTORIES true *
)
FOREACH
(
subdir
${
dir_list
}
)
FOREACH
(
subdir
${
dir_list
}
)
IF
(
IS_DIRECTORY
"
${
subdir
}
"
)
IF
(
IS_DIRECTORY
"
${
subdir
}
"
AND
(
NOT
"
${
subdir
}
"
MATCHES
"build"
)
)
add_subdirectory
(
${
subdir
}
)
add_subdirectory
(
${
subdir
}
)
ENDIF
()
ENDIF
()
ENDFOREACH
()
ENDFOREACH
()
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