diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2021-01-25 23:23:04 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2021-01-25 23:23:04 +0100 |
| commit | 3cb35ec664734cfe04bf788b3a9c11402fd0f878 (patch) | |
| tree | eca552aab9a8cf6c7efd11830581fbc52855d9f1 /binparse/CMakeLists.txt | |
| parent | 90c2782d0b78d64a19e7236c7dd6d8cc7a2e8396 (diff) | |
| download | openwar-3cb35ec664734cfe04bf788b3a9c11402fd0f878.tar.gz openwar-3cb35ec664734cfe04bf788b3a9c11402fd0f878.tar.bz2 openwar-3cb35ec664734cfe04bf788b3a9c11402fd0f878.zip | |
Fixes the build for c++20 and new version of boost
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 +) |
