fixtypo cmake comments

This commit is contained in:
silverqx
2023-01-17 16:52:46 +01:00
parent ca41b5007c
commit 85dddfbcaf
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ tiny_read_version(TINY_VERSION
HEADER_FOR "${TinyOrm_ns}"
)
# Basic project and cmake build setup
# Basic project and CMake build setup
# ---
# TODO add support for POSITION_INDEPENDENT_CODE silverqx
@@ -77,7 +77,7 @@ tiny_toolchain_requirement(
include(FeatureSummary)
include(TinyFeatureOptions)
# Initialize default CMake variables on which cmake options depend
# Initialize default CMake variables on which CMake options depend
tiny_init_cmake_variables_pre()
feature_option(BUILD_SHARED_LIBS

View File

@@ -478,7 +478,7 @@ function(tiny_should_fix_ccache_clang out_variable)
endfunction()
# Fix cmake variables if CMAKE_CXX_COMPILER_LAUNCHER is ccache or sccache
# Fix CMake variables if CMAKE_CXX_COMPILER_LAUNCHER is ccache or sccache
# This is a general function that applies fixes for MSVC and Clang compilers, it checks
# the current platform and based on it applies correct fixes
function(tiny_fix_ccache)

View File

@@ -36,7 +36,7 @@ function(tiny_install_tinyorm)
install(FILES "$<TARGET_PDB_FILE:${TinyOrm_target}>" TYPE BIN OPTIONAL)
endif()
# Do not install Package config, config version, header, doc. and cmake helper files
# Do not install Package config, config version, header, doc. and CMake helper files
# when installing for VCPKG Debug configuration
if(TINY_VCPKG AND CMAKE_BUILD_TYPE STREQUAL "Debug")
return()

View File

@@ -9,7 +9,7 @@ tiny_read_version(TINYUTILS_VERSION
HEADER_FOR "${TinyUtils_ns}"
)
# Basic project and cmake build setup
# Basic project and CMake build setup
# ---
project(${TinyUtils_ns}