diff options
author | Brad King <brad.king@kitware.com> | 2023-01-18 15:43:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-18 15:43:17 (GMT) |
commit | 06407ea5c23b63acb57dabda835b86a9464d011a (patch) | |
tree | 9afa0827a8f0e7f069073e440ced8045181c1122 /Tests | |
parent | 076848f558d4d53a880fdb0046fcaf8bddf9424b (diff) | |
parent | 99614e06be70b38e4b66eb3366789f7203540d36 (diff) | |
download | CMake-06407ea5c23b63acb57dabda835b86a9464d011a.zip CMake-06407ea5c23b63acb57dabda835b86a9464d011a.tar.gz CMake-06407ea5c23b63acb57dabda835b86a9464d011a.tar.bz2 |
Merge topic 'typo-fix'
99614e06be Source: Fix a few typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8078
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/SystemInformation/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt index db54612..9a2c4eb 100644 --- a/Tests/SystemInformation/CMakeLists.txt +++ b/Tests/SystemInformation/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.0) project(SystemInformation) -include_directories("This does not exists") +include_directories("This does not exist") get_directory_property(incl INCLUDE_DIRECTORIES) set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES "${SystemInformation_BINARY_DIR};${SystemInformation_SOURCE_DIR}") |