mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Added an extra comment to the CMake file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user