We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a242bd4 commit e10593eCopy full SHA for e10593e
base/setup.py
@@ -92,7 +92,7 @@ def add_arg_bool_option(lc_name, disp_name, default=None):
92
type=str,
93
nargs="*",
94
help="Pass arguments to CMake. For pip installs, "
95
- "set PYKOKKOS_BASE_SETUP_ARGS instead.",
+ "set PYKOKKOS_BASE_SETUP_ARGS instead.",
96
)
97
98
args, left = parser.parse_known_args()
0 commit comments