diff options
author | Ben Smith <binji@chromium.org> | 2016-05-05 11:42:07 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-05-05 11:42:07 -0700 |
commit | 8f0ab76f7b898f257e09f32f6a8655e56fb08539 (patch) | |
tree | e7310963e974e78041d02eba5eb3278890e1cbd4 /.gitmodules | |
parent | 65a4e0d29a5bea9057bbb4a1e5bd7d7299ff5f55 (diff) | |
download | wabt-8f0ab76f7b898f257e09f32f6a8655e56fb08539.tar.gz wabt-8f0ab76f7b898f257e09f32f6a8655e56fb08539.tar.bz2 wabt-8f0ab76f7b898f257e09f32f6a8655e56fb08539.zip |
copy FindRE2C.cmake from CMakeXFind
This makes it easier to build for users who don't run
`git submodule update --init`.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 55067ee9..c6d99e5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "third_party/squirrel"] path = third_party/squirrel url = https://github.com/albertodemichelis/squirrel/ -[submodule "third_party/CMakeXFind"] - path = third_party/CMakeXFind - url = https://github.com/julp/CMakeXFind [submodule "third_party/ply"] path = third_party/ply url = https://github.com/dabeaz/ply |