summaryrefslogtreecommitdiffstats
path: root/Modules/SystemInformation.cmake
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@users.noreply.gitlab.com>2023-01-16 20:30:26 (GMT)
committerVitaly Stakhovsky <vvs31415@users.noreply.gitlab.com>2023-01-17 13:25:04 (GMT)
commit99614e06be70b38e4b66eb3366789f7203540d36 (patch)
tree53be3368df20b2d4727923ebda8e781d8efc7a1b /Modules/SystemInformation.cmake
parent304f13330587aa182863eff83dae3c715e3fdc89 (diff)
downloadCMake-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.cmake4
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}")