[build] require CMake >= 3.13

required for target_link_options
This commit is contained in:
Armin Novak
2023-02-25 09:12:22 +01:00
committed by Martin Fleisz
parent aa2cb9aa5f
commit f0e9797b4c
9 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.13)
project("freerdp-android")