diff options
author | Charles Lowell <cowboyd@frontside.io> | 2017-05-04 17:55:09 -0500 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2017-05-04 15:55:09 -0700 |
commit | 08cc271f600bafb7dbf42b519ba48c539cd3130e (patch) | |
tree | 438b64976d7c5abaf3d939dd7c2ab8048baea65c /Makefile | |
parent | 2365f39ad37bc13723056d3865420c7eb7a0c314 (diff) | |
download | wabt-08cc271f600bafb7dbf42b519ba48c539cd3130e.tar.gz wabt-08cc271f600bafb7dbf42b519ba48c539cd3130e.tar.bz2 wabt-08cc271f600bafb7dbf42b519ba48c539cd3130e.zip |
note CMake version dependency on OSX (#414)
With CMake version <= 1.3.1 on OSX you will see errors like the following because of https://cmake.org/Bug/view.php?id=15355
```
Make Error in CMakeLists.txt:
Target "hexfloat_test" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wabt-unittests" requires the language dialect "CXX11" (with
compiler extensions), but CMake does not know the compile flags to use to
enable it.
CMake Error in CMakeLists.txt:
Target "wasm-interp" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wasm-link" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wasm2wast" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wasmdump" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wasmopcodecnt" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wast-desugar" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
CMake Error in CMakeLists.txt:
Target "wast2wasm" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
```
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions