Lines Matching full:cmake
5 * [CMake](http://www.cmake.org/download/) 2.8.8 or later is required.
9 reported to work. If not found by CMake, it may be configured explicitly by
20 by CMake, it may be configured explicitly by setting
27 * [Go](https://golang.org/dl/) is required. If not found by CMake, the go
42 Using Ninja (note the 'N' is capitalized in the cmake invocation):
46 cmake -GNinja ..
53 cmake ..
56 You usually don't need to run `cmake` again after changing `CMakeLists.txt`
64 Intel in `util/`. Wipe out the build directory, recreate it and run `cmake` like
67 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..
80 It's possible to build BoringSSL with the Android NDK using CMake. This has
84 directory. Clone https://github.com/taka-no-me/android-cmake into `util/`. Then
85 make a build directory as above and run CMake *twice* like this:
87 cmake -DANDROID_NATIVE_API_LEVEL=android-9 \
89 -DCMAKE_TOOLCHAIN_FILE=../util/android-cmake/android.toolchain.cmake \
99 * Versions of CMake since 3.0.2 have a bug in its Ninja generator that causes
104 These warnings can be safely ignored. The cmake bug is
105 http://www.cmake.org/Bug/view.php?id=15253.
107 * CMake can generate Visual Studio projects, but the generated project files
142 Both sets of tests may also be run with `ninja -C build run_tests`, but CMake