diff options
Diffstat (limited to 'binparse/CMakeLists.txt')
| -rw-r--r-- | binparse/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
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 +) |
