We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f4216 commit 47d722eCopy full SHA for 47d722e
tools/cmake/common/preset.cmake
@@ -30,6 +30,7 @@ endfunction()
30
# Print the configured options.
31
function(print_configured_options)
32
get_property(_options GLOBAL PROPERTY _announce_configured_options)
33
+ list(SORT _options)
34
35
set(_longest_name_length 0)
36
foreach(_option IN LISTS _options)
0 commit comments