mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lib/strings.nix: Fix cmakeOptionType argument order in docs
Arguments were listed out of order in the documentation. Fixes that.
Signed-off-by: Jacob Abel <jacobabel@nullpo.dev>
(cherry picked from commit c137fe9433)
This commit is contained in:
parent
1724368be1
commit
64401cdf3c
1 changed files with 3 additions and 3 deletions
|
|
@ -2088,15 +2088,15 @@ rec {
|
||||||
|
|
||||||
# Inputs
|
# Inputs
|
||||||
|
|
||||||
`feature`
|
|
||||||
: The feature to be set
|
|
||||||
|
|
||||||
`type`
|
`type`
|
||||||
: The type of the feature to be set, as described in
|
: The type of the feature to be set, as described in
|
||||||
https://cmake.org/cmake/help/latest/command/set.html
|
https://cmake.org/cmake/help/latest/command/set.html
|
||||||
the possible values (case insensitive) are:
|
the possible values (case insensitive) are:
|
||||||
BOOL FILEPATH PATH STRING INTERNAL LIST
|
BOOL FILEPATH PATH STRING INTERNAL LIST
|
||||||
|
|
||||||
|
`feature`
|
||||||
|
: The feature to be set
|
||||||
|
|
||||||
`value`
|
`value`
|
||||||
: The desired value
|
: The desired value
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue