OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Apr 20 00:23:12 UTC 2026