diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-23 16:06:48 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-17 12:37:10 (GMT) |
commit | 95a3d91e5ce2388b5c0e6ea4e4e3663477975a96 (patch) | |
tree | 05146c8e3628544d077f5a95feee911efd7870b5 /Source/cmakemain.cxx | |
parent | ccff0b87a28177cd9f298adc9b650e5143b371f6 (diff) | |
download | CMake-95a3d91e5ce2388b5c0e6ea4e4e3663477975a96.zip CMake-95a3d91e5ce2388b5c0e6ea4e4e3663477975a96.tar.gz CMake-95a3d91e5ce2388b5c0e6ea4e4e3663477975a96.tar.bz2 |
cmakemain.cxx: Remove always true preprocessor `#if` block
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 9f23667..c082b67 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -113,14 +113,12 @@ const char* cmDocumentationOptions[][2] = { { "--compile-no-warning-as-error", "Ignore COMPILE_WARNING_AS_ERROR property and " "CMAKE_COMPILE_WARNING_AS_ERROR variable." }, -# if !defined(CMAKE_BOOTSTRAP) { "--profiling-format=<fmt>", "Output data for profiling CMake scripts. Supported formats: " "google-trace" }, { "--profiling-output=<file>", "Select an output path for the profiling data enabled through " "--profiling-format." }, -# endif { nullptr, nullptr } }; |