Added an extra comment to the CMake file

This commit is contained in:
arby
2022-02-18 16:59:51 +01:00
parent 3ba3abdae6
commit 74dd442b7d

View File

@@ -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)