Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 1477146

Browse files
Fixed typos
1 parent 09c9d7b commit 1477146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kde_skbuild/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (NOT DEFINED DPCTL_MODULE_PATH)
66
if (DEFINED ENV{DPCTL_MODULE_PATH})
77
set(DPCTL_MODULE_PATH $ENV{DPCTL_MODULE_PATH})
88
else ()
9-
mesage(FATAL_ERROR "Specify DPCTL_MODULE_PATH, either via cmake or as environment varibale")
9+
message(FATAL_ERROR "Specify DPCTL_MODULE_PATH, either via cmake or as environment varibale")
1010
endif()
1111
endif()
1212

kde_skbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Assuming `numpy`, `Cython`, `pybind11`, `pytest`, `scikit-build`, `cmake >=3.21`
44
and DCP++ has been activated:
55

66
```bash
7-
CC=icx CXX=icpx python setup.py develop -G Ninja -- -DDCPTL_MODULE_PATH=$(python -m dpctl --cmakedir)
7+
CC=icx CXX=icpx python setup.py develop -G Ninja -- -DDPCTL_MODULE_PATH=$(python -m dpctl --cmakedir)
88
pytest -m tests
99
```
1010

0 commit comments

Comments
 (0)