Fix static and clang builds

Cmake ordering was leading to ignored flags.
This commit is contained in:
Kevin Boyd
2020-06-22 11:11:40 -07:00
parent e71781fd7a
commit 46e5bac34c
3 changed files with 18 additions and 12 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "third_party/farmhash"]
path = third_party/farmhash
url = https://github.com/google/farmhash
[submodule "farmhash"]
path = farmhash
url = https://github.com/google/farmhash