Commit 3b02ff3b authored by Jacob Bogdanov's avatar Jacob Bogdanov

Fix meson build

parent 86ef2a43
...@@ -24,7 +24,6 @@ install_headers([ ...@@ -24,7 +24,6 @@ install_headers([
'mime.h', 'mime.h',
'meta.h', 'meta.h',
'net.h', 'net.h',
'optional.h',
'os.h', 'os.h',
'peer.h', 'peer.h',
'prototype.h', 'prototype.h',
......
...@@ -24,7 +24,6 @@ pistache_test_files = [ ...@@ -24,7 +24,6 @@ pistache_test_files = [
'stream_test', 'stream_test',
'reactor_test', 'reactor_test',
'threadname_test', 'threadname_test',
'optional_test',
'log_api_test', 'log_api_test',
'string_logger_test' 'string_logger_test'
] ]
...@@ -62,7 +61,6 @@ if cppcheck.found() ...@@ -62,7 +61,6 @@ if cppcheck.found()
'-DCPPCHECK', '-DCPPCHECK',
'--suppress=*:*tests/*', '--suppress=*:*tests/*',
'--suppress=*:*subprojects/*', '--suppress=*:*subprojects/*',
'--suppress=noExplicitConstructor:include/pistache/optional.h',
'--std=' + get_option('cpp_std') '--std=' + get_option('cpp_std')
] ]
run_target( run_target(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment