commit | e80083cafaa385b7dabbee6134c96e7ae93295f1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Nov 14 13:52:32 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Nov 14 14:18:24 2014 +0100 |
tree | 97d7d5394227921b4f2c6226a2084cf21a994aa6 | |
parent | 052ae25e5683e537501c217e90f1d33b59afc9f1 [diff] [blame] |
Add precision about cmake cache
diff --git a/configs/README.txt b/configs/README.txt index bab500d..f543002 100644 --- a/configs/README.txt +++ b/configs/README.txt
@@ -18,7 +18,7 @@ Or, using cmake: - rm CMakeCache.txt + find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} + CFLAGS="-I$PWD/configs -DPOLARSSL_CONFIG_FILE='<foo.h>'" cmake . make