From 43a522afa18b62f4e2c82d77d54bc75186c25fca Mon Sep 17 00:00:00 2001 From: Zach Davis Date: Tue, 16 May 2023 20:35:44 -0500 Subject: [PATCH] Update CMakeLists.txt for newer cmakes --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d5617..d76b933 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) -Wall -Wextra -Weffc++ + -std=c++11 -Woverloaded-virtual -Winit-self -Wunreachable-code