Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
set CMAKE_CXX_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 18, 2024
1 parent 72c5a53 commit 2237866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
cmake_minimum_required(VERSION 3.10)
set(TARGET cpp-opengl-renderer)
project(${TARGET})
set(CMAKE_CXX_STANDARD 11)

option(BUILD_LIB "Compile module source files for static and shared libraries" ON)
option(BUILD_TEST "Compile source files for test executable and link compiled libraries" ON)
Expand Down

0 comments on commit 2237866

Please sign in to comment.