Skip to content

Commit e0a7edd

Browse files
authored
Fix typo in kernel path
1 parent 6258c58 commit e0a7edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ endfunction()
154154
message("Configure kernels: ...")
155155
configure_kernel("/share/jupyter/kernels/xcpp17/")
156156
configure_kernel("/share/jupyter/kernels/xcpp20/")
157-
configure_kernel("/share/jupyter/kernels/xccp23/")
157+
configure_kernel("/share/jupyter/kernels/xcpp23/")
158158

159159
# Source files
160160
# ============

0 commit comments

Comments
 (0)