From 9707920c905eaec17d33db381e79c270463e1c80 Mon Sep 17 00:00:00 2001 From: L0LC0D3 Date: Wed, 16 Jul 2025 16:41:59 +1000 Subject: [PATCH] Fix typo in INSTALL.md In the process of reviewing the VulkanSceneGraph library, I discovered this typo. Why didn't anyone notice right away? --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f46f7d59b7..56e80418f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,7 +45,7 @@ Command line instructions for default build of static library (.a) in source: git clone https://github.com/vsg-dev/VulkanSceneGraph.git cd VulkanSceneGraph - cmake .c + cmake . cmake --build . -j 16 -t install Command line instructions for building shared library (.so) out of source: