From 3cb35ec664734cfe04bf788b3a9c11402fd0f878 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 25 Jan 2021 23:23:04 +0100 Subject: Fixes the build for c++20 and new version of boost --- binparse/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'binparse/CMakeLists.txt') diff --git a/binparse/CMakeLists.txt b/binparse/CMakeLists.txt index e436331..6c396e3 100644 --- a/binparse/CMakeLists.txt +++ b/binparse/CMakeLists.txt @@ -11,10 +11,6 @@ target_include_directories(binparse INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ) -target_compile_options(binparse - PUBLIC "-std=c++14" -) - target_link_libraries(binparse PRIVATE fusion-utils -) \ No newline at end of file +) -- cgit v1.2.3-70-g09d2