diff options
| author | levlam <levlam@telegram.org> | 2024-08-07 08:46:06 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-08-07 08:46:06 +0300 |
| commit | d4cad85882f863d0a91b1a4a5bcee3649b015238 (patch) | |
| tree | e9f48a4f70f2f0534d6e40d4c6a4f21dce0bd790 /CMake | |
| parent | 81dc2e242b6c3ea358dba6b5a750727c378dc098 (diff) | |
Improve CMakeLists comments.
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/TdSetUpCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/TdSetUpCompiler.cmake b/CMake/TdSetUpCompiler.cmake index e469aa6b5..5bf25775d 100644 --- a/CMake/TdSetUpCompiler.cmake +++ b/CMake/TdSetUpCompiler.cmake @@ -1,4 +1,4 @@ -# - Configures C++14 compiler, setting TDLib-specific compilation options. +# Configures C++14 compiler, setting TDLib-specific compilation options. function(td_set_up_compiler) set(CMAKE_EXPORT_COMPILE_COMMANDS 1 PARENT_SCOPE) |
