From c74af8cb1a3f4d0cf8c6007344ddbb02e02c8b4c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 2 Jul 2021 16:22:13 +0200 Subject: [PATCH] C++ docs: Remove the horizontal scrollbar from the cmake example --- api/sixtyfps-cpp/docs/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/sixtyfps-cpp/docs/getting_started.md b/api/sixtyfps-cpp/docs/getting_started.md index 0e2b858a0..da021ee58 100644 --- a/api/sixtyfps-cpp/docs/getting_started.md +++ b/api/sixtyfps-cpp/docs/getting_started.md @@ -14,8 +14,8 @@ A typical example looks like this: cmake_minimum_required(VERSION 3.16) project(my_application LANGUAGES CXX) -# Note: Use find_package(SixtyFPS) instead of the following three commands, if you prefer the package -# approach. +# Note: Use find_package(SixtyFPS) instead of the following three commands, +# if you prefer the package approach. include(FetchContent) FetchContent_Declare( SixtyFPS