Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c97c1fe9 authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Lower Boost dependency to 1.54

parent ffe78b5f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ set(SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Required packages
find_package(Boost 1.58 REQUIRED COMPONENTS filesystem log date_time)
find_package(Boost 1.54 REQUIRED COMPONENTS filesystem log date_time)
find_package(OpenGL REQUIRED)
find_package(SOIL REQUIRED)
find_package(JPEG REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment