summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2024-03-01 07:58:12 +0100
committerGitHub <noreply@github.com>2024-03-01 07:58:12 +0100
commitc6fbfd1e27c27cfe89b2e272c0419e57193ea8c5 (patch)
tree3279d19ad648f1ddccb0f2858f90a4e02afaf9c7 /CMakeLists.txt
parent6c667402907171f3ba7ebb637e553cc6f66f4e66 (diff)
parentbfe8c20ebe3d180f7e0b6b2ac016c749ad3a996a (diff)
Merge pull request #723 from ottok/fix-spelling
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8353a5b..01b3708 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,7 @@ if(LINUX AND BTOP_GPU)
if(BTOP_RSMI_STATIC)
# ROCm doesn't properly add it's folders to the module path if `CMAKE_MODULE_PATH` is already
# set
- # We could also manully append ROCm's path here
+ # We could also manually append ROCm's path here
set(_CMAKE_MODULE_PATH CMAKE_MODULE_PATH)
unset(CMAKE_MODULE_PATH)