summaryrefslogtreecommitdiff
path: root/mz/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mz/CMakeLists.txt')
-rw-r--r--mz/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/mz/CMakeLists.txt b/mz/CMakeLists.txt
index aad239b..338872d 100644
--- a/mz/CMakeLists.txt
+++ b/mz/CMakeLists.txt
@@ -8,10 +8,7 @@ target_include_directories(mz
target_link_libraries(mz
PUBLIC fusion-utils
-)
-
-target_compile_options(mz
- PUBLIC "-std=c++14"
+ PUBLIC binparse
)
find_package(Boost COMPONENTS filesystem program_options system REQUIRED)