Chromium Code Reviews| Index: CMakeLists.txt |
| diff --git a/CMakeLists.txt b/CMakeLists.txt |
| index 8dfeeafe2c11108fbe12dab3a151a09bf6dd6962..64315b71fd6cc69c24cfab399ba75cec6090811f 100644 |
| --- a/CMakeLists.txt |
| +++ b/CMakeLists.txt |
| @@ -32,6 +32,7 @@ else() |
| -DALLOW_WASM=0 |
| -DPNACL_BROWSER_TRANSLATOR=0 |
| ) |
| + add_compile_options(-Wno-undefined-var-template) |
| endif() |
| target_link_libraries(pnacl-sz pthread) |