summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-24 20:35:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-24 20:35:53 +0200
commitdbcb5bf2a7d304f4cf7cc1ef3a02dad91f252360 (patch)
tree8fb699d1c1942d76543a5b8315b4a64c11536a07 /cmake/opentrack-boilerplate.cmake
parent70b82f82e8769aada42c5f956ac383e020c954d1 (diff)
cmake: kill -Wheader-hygiene
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index e7549ebc..0a7ccfab 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -204,7 +204,7 @@ function(otr_module n_)
if(CMAKE_COMPILER_IS_CLANGXX AND (arg_EXECUTABLE OR NOT arg_BIN))
set(opts
weak-vtables
- header-hygiene
+ #header-hygiene
)
foreach(k ${opts})
target_compile_options(${n} PRIVATE "-Wno-${k}")