HomeSort by: relevance | last modified time | path
    Searched refs:CMAKE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot 67 # If we can find Ninja/CMake provided by Xcode, use those since we know their
69 # knows about -std=c++20, the CMake bundled in Xcode will probably know about
72 if xcrun --find cmake &>/dev/null; then CMAKE="$(xcrun --find cmake)"; else CMAKE="cmake"; fi
78 function generate-cmake-base() {
79 echo "--- Generating CMake"
80 ${CMAKE} \
    [all...]
  /src/external/bsd/zstd/dist/
Makefile 402 CMAKE ?= cmake
411 $(CMAKE) --version
414 cd cmakebuild; $(CMAKE) -Wdev -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="-Werror -O0" -DCMAKE_INSTALL_PREFIX=install $(CMAKE_PARAMS) ../build/cmake
415 $(CMAKE) --build cmakebuild --target install -- -j V=1

Completed in 20 milliseconds