From 7f7aae9d7d4e0ad834e133fb5ad10a6506fb6bf4 Mon Sep 17 00:00:00 2001 From: elitepleb Date: Tue, 8 Oct 2019 17:13:42 +0300 Subject: [PATCH] Update CMakeLists.txt --- projects/CMake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt index 0dc0ccb56..9de1b004d 100644 --- a/projects/CMake/CMakeLists.txt +++ b/projects/CMake/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 3.11) # FetchContent is available in 3.11+ project(example) +#Set this to the minimal version you want to support find_package(raylib 2.5 QUIET) # Let CMake search for a raylib-config.cmake # You could change the QUIET above to REQUIRED and remove this if() clause