Unverified Commit 4b5a79f4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] lib/strings.nix: Fix cmakeOptionType argument order in docs (#466149)

parents 1724368b 64401cdf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2088,15 +2088,15 @@ rec {

    # Inputs

    `feature`
    : The feature to be set

    `type`
    : The type of the feature to be set, as described in
      https://cmake.org/cmake/help/latest/command/set.html
      the possible values (case insensitive) are:
      BOOL FILEPATH PATH STRING INTERNAL LIST

    `feature`
    : The feature to be set

    `value`
    : The desired value