• Home
  • Raw
  • Download

Lines Matching full:cmake

5   * [CMake](https://cmake.org/download/) 2.8.11 or later is required.
13 If Perl is not found by CMake, it may be configured explicitly by setting
24 by CMake, it may be configured explicitly by setting
32 * [Go](https://golang.org/dl/) is required. If not found by CMake, the go
40 Using Ninja (note the 'N' is capitalized in the cmake invocation):
44 cmake -GNinja ..
51 cmake ..
54 You usually don't need to run `cmake` again after changing `CMakeLists.txt`
60 `cmake` to configure a release build.
63 Intel in `util/`. Wipe out the build directory, recreate it and run `cmake` like
66 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..
77 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html)
82 It's possible to build BoringSSL with the Android NDK using CMake. This has
86 directory. Then make a build directory as above and run CMake like this:
88 cmake -DANDROID_ABI=armeabi-v7a \
89 -DCMAKE_TOOLCHAIN_FILE=../third_party/android-cmake/android.toolchain.cmake \
97 For other options, see [android-cmake's documentation](./third_party/android-cmake/README.md).
102 `-DCMAKE_OSX_ARCHITECTURES=ARCH` to CMake, where `ARCH` is the desired
110 * Versions of CMake since 3.0.2 have a bug in its Ninja generator that causes
115 These warnings can be safely ignored. The cmake bug is
116 http://www.cmake.org/Bug/view.php?id=15253.
118 * CMake can generate Visual Studio projects, but the generated project files
167 Both sets of tests may also be run with `ninja -C build run_tests`, but CMake