summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 851e68d0..4170759d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2947,7 +2947,7 @@ if(NOT MSVC)
# In AIX, do we have to do this?
#
# In Darwin-based OSes, the full paths of the shared libraries with
- # that the program was linked are stored in the executable, so we
+ # which the program was linked are stored in the executable, so we
# don't need to provide an rpath option.
#
# With the HP-UX linker, directories specified with -L are, by