diff options
author | Ben Smith <binjimin@gmail.com> | 2019-03-25 15:36:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 15:36:53 -0700 |
commit | 2aad6f7444e969f80c86047d89e79557c57bc4c0 (patch) | |
tree | 900c86fb41f8eb6f2c9f6044e5e2a25f6653b330 | |
parent | cd646347d3eb08b8cdba7945738f3ce0e177b4a1 (diff) | |
download | wabt-2aad6f7444e969f80c86047d89e79557c57bc4c0.tar.gz wabt-2aad6f7444e969f80c86047d89e79557c57bc4c0.tar.bz2 wabt-2aad6f7444e969f80c86047d89e79557c57bc4c0.zip |
Provide better error when `file` fails (#1050)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 416bfb6a..e0799db1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ else () message(WARNING "Unknown target architecture!") endif () else () - message(WARNING "Error running file on dummy executable") + message(WARNING "Error running `file` command on dummy executable") endif () else () message(WARNING "Error compiling dummy.c file") |