From 328d186eb5c57e290ef0a2e6e46414446dbe0bd9 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Fri, 23 Feb 2024 19:31:47 +0100 Subject: [PATCH] Useless comment added by the IDE. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02df2a7..50505ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ project(BillySheet LANGUAGES CXX C) find_package(OpenGL REQUIRED) find_package(GLEW REQUIRED) -# see https://cmake.org/cmake/help/latest/module/FindBoost.html find_package(Boost REQUIRED COMPONENTS stacktrace_addr2line) include_directories(${Boost_INCLUDE_DIR})