From a67e030083c54b5cc960973785117978ac3973ba Mon Sep 17 00:00:00 2001 From: Martin Kielhorn Date: Mon, 29 Jan 2024 20:20:32 +0100 Subject: [PATCH] typo --- examples/example_glfw_opengl3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_glfw_opengl3/CMakeLists.txt b/examples/example_glfw_opengl3/CMakeLists.txt index 3b4da73fd..abe4cc7e8 100644 --- a/examples/example_glfw_opengl3/CMakeLists.txt +++ b/examples/example_glfw_opengl3/CMakeLists.txt @@ -1,7 +1,7 @@ # Example usage: # mkdir build # cd build -# cmake -g Ninja -DCMAKE_BUILD_TYPE=Release .. +# cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. cmake_minimum_required(VERSION 3.28) project(imgui_example_glfw_opengl3 CXX)