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

Commit e7a4ada

Browse files
committed
Fix sphinx warning
1 parent 569225a commit e7a4ada

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/setprogramoptions/SetProgramOptionsCMake.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
using ``PARENT_SCOPE`` as combining it with the usual CACHE operations results
3434
in CMake creating a non-cached variable whose contents are the list containing
3535
``<varname>;CACHE;<type>;doc string``. As a result, the BASH generator issues
36-
warnings with no generated command line arguments when either:
37-
1. ``PARENT_SCOPE`` or;
38-
2. solely a variable name AND variable value.
39-
are passed in to `opt-set-cmake-var`.
36+
warnings with no generated command line arguments when either 1. ``PARENT_SCOPE``
37+
OR 2. solely a variable name AND variable value are passed in to `opt-set-cmake-var`.
4038
4139
See CMake documentation on the `set() <https://cmake.org/cmake/help/latest/command/set.html>`_
4240
command for more information on how fragment file entries are generated.

0 commit comments

Comments
 (0)