diff --git a/COMPILE.md b/COMPILE.md index 3361dd1..4e907ba 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -139,9 +139,9 @@ Please note that generated documentation is different in different platforms. * `YYCC_ENFORCE_ICONV`: Set it to `ON` to enable Iconv feature forcely. `OFF` in default. The usage of this option has been introduced in previous "Iconv" chapter. * `GTest_ROOT`: Set to the install path of Google Test - if you have enable `YYCC_BUILD_TEST` and want to use your personal built Google Test. +if you have enable `YYCC_BUILD_TEST` and want to use your personal built Google Test. * `benchmark_ROOT`: Set to the install path of Google Benchmark - if you have enable `YYCC_BUILD_BENCHMARK` and want to use your personal built Google Benchmark. +if you have enable `YYCC_BUILD_BENCHMARK` and want to use your personal built Google Benchmark. * `Iconv_ROOT`: The assistant variable for finding Iconv which is exposed by CMake. You usually do not need set it up. * `CMAKE_CXX_STANDARD`: Set C++ standard version of project. diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index cbbabca..6ce327c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -32,6 +32,5 @@ add_custom_target (YYCCDocumentation # Install built documentation install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html - CONFIGURATIONS Release RelWithDebInfo MinSizeRel DESTINATION ${YYCC_INSTALL_DOC_PATH} )