From 74dd442b7d086b73a767fe9c00509d038dafeb98 Mon Sep 17 00:00:00 2001 From: arby Date: Fri, 18 Feb 2022 16:59:51 +0100 Subject: [PATCH] Added an extra comment to the CMake file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42643e1..403a6e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.0) project (LearnOpenGL) -set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD 17) # this does nothing for MSVC, use target_compile_options below set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS ON)