summaryrefslogtreecommitdiff
path: root/cmake/modules/GObjectIntrospectionMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/GObjectIntrospectionMacros.cmake')
-rw-r--r--cmake/modules/GObjectIntrospectionMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake
index 0f9a386b..1e7ecd79 100644
--- a/cmake/modules/GObjectIntrospectionMacros.cmake
+++ b/cmake/modules/GObjectIntrospectionMacros.cmake
@@ -35,7 +35,7 @@ macro(gir_add_introspections introspections_girs)
string(REGEX REPLACE ".*-([^-]+).gir" "\\1" _gir_version "${gir}")
endif ()
- # _PROGRAM is an optional variable which needs it's own --program argument
+ # _PROGRAM is an optional variable which needs its own --program argument
set(_gir_program "${${_gir_name}_PROGRAM}")
if (NOT _gir_program STREQUAL "")
set(_gir_program "--program=${_gir_program}")