Useless comment added by the IDE.

This commit is contained in:
Pcornat 2024-02-23 19:31:47 +01:00
parent 7b44338f7f
commit 328d186eb5
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD
1 changed files with 0 additions and 1 deletions

View File

@ -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})