From c17512f6baad3d1c6908d295d5870a7582083a96 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 17 Feb 2023 11:24:20 +0100 Subject: [PATCH] CMakeLists.txt: whitespace fix. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5565025..9145dfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set( CMAKE_CXX_STANDARD 11 ) set( CMAKE_CXX_STANDARD_REQUIRED ON ) set( CMAKE_CXX_EXTENSIONS OFF ) -# OpenGL 3.0 deprecates some functions we use. +# OpenGL 3.0 deprecates some functions we use. # Adding this flag makes the compiler not spam warnings. add_compile_options(-D OPENSSL_API_COMPAT=0x10100000L)