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 /Tests/SystemInformation | |
parent | 304f13330587aa182863eff83dae3c715e3fdc89 (diff) | |
download | CMake-99614e06be70b38e4b66eb3366789f7203540d36.zip CMake-99614e06be70b38e4b66eb3366789f7203540d36.tar.gz CMake-99614e06be70b38e4b66eb3366789f7203540d36.tar.bz2 |
Source: Fix a few typos
Diffstat (limited to 'Tests/SystemInformation')
-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}") |