Browse Source

doc: avoid warnings about too old CMake version in Getting Started guide.

pull/659/head
Vladimír Vondruš 1 year ago
parent
commit
9b05985459
  1. 2
      doc/getting-started.dox

2
doc/getting-started.dox

@ -68,7 +68,7 @@ you actually use are built (and excluding the subdirectory from the `install`
target as well).
@code{.cmake}
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.20)
project(MyApplication)
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/modules/" ${CMAKE_MODULE_PATH})

Loading…
Cancel
Save