diff options
author | Vitaly Stakhovsky <vvs31415@users.noreply.gitlab.com> | 2023-01-16 20:30:26 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@users.noreply.gitlab.com> | 2023-01-17 13:25:04 (GMT) |
commit | 99614e06be70b38e4b66eb3366789f7203540d36 (patch) | |
tree | 53be3368df20b2d4727923ebda8e781d8efc7a1b /Modules/SystemInformation.cmake | |
parent | 304f13330587aa182863eff83dae3c715e3fdc89 (diff) | |
download | CMake-99614e06be70b38e4b66eb3366789f7203540d36.zip CMake-99614e06be70b38e4b66eb3366789f7203540d36.tar.gz CMake-99614e06be70b38e4b66eb3366789f7203540d36.tar.bz2 |
Source: Fix a few typos
Diffstat (limited to 'Modules/SystemInformation.cmake')
-rw-r--r-- | Modules/SystemInformation.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake index 5ecc39a..fbc32a8 100644 --- a/Modules/SystemInformation.cmake +++ b/Modules/SystemInformation.cmake @@ -5,8 +5,8 @@ cmake_minimum_required(VERSION ${CMAKE_VERSION}) project(DumpInformation) -# first get the standard information for th platform -include_directories("This does not exists") +# first get the standard information for the platform +include_directories("This does not exist") get_directory_property(incl INCLUDE_DIRECTORIES) set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES "${DumpInformation_BINARY_DIR};${DumpInformation_SOURCE_DIR}") |