Skip to content
Snippets Groups Projects
Commit 18a231f9 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Remove Boost requirement

parent 55a9a8d5
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# External modules
#
# Add Boost
find_package(Boost COMPONENTS system date_time regex REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
# Add External libraries
add_subdirectory(extern)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment