docs icon indicating copy to clipboard operation
docs copied to clipboard

- move cmake_find_package_multi generator to the top

Open SSE4 opened this issue 4 years ago • 0 comments

for newbies, it's not obvious what should be the reasonable default choice for the cmake generator amongst others:

  • cmake
  • cmake_multi
  • cmake_paths
  • cmake_find_package
  • cmake_find_package_multi
  • CMakeDeps

as we expect (most of) readers to read the documentation from the top to the bottom, IMO it's reasonable to place a default choice to the top rather to the very bottom.

SSE4 avatar Oct 21 '21 07:10 SSE4