From e121cd123ccc1ee2f33a76d736ee91770a0debe2 Mon Sep 17 00:00:00 2001 From: aleksander Date: Wed, 31 Aug 2022 13:38:08 +0200 Subject: modules/cmake: Fix typo --- mesonbuild/modules/cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules/cmake.py') diff --git a/mesonbuild/modules/cmake.py b/mesonbuild/modules/cmake.py index 326aac6..a46c399 100644 --- a/mesonbuild/modules/cmake.py +++ b/mesonbuild/modules/cmake.py @@ -127,7 +127,7 @@ class CMakeSubproject(ModuleObject): if res is None: raise InterpreterException(f'The CMake target {tgt} does not exist\n' + ' Use the following command in your meson.build to list all available targets:\n\n' + - ' message(\'CMaket targets:\\n - \' + \'\\n - \'.join(.target_list()))') + ' message(\'CMake targets:\\n - \' + \'\\n - \'.join(.target_list()))') # Make sure that all keys are present (if not this is a bug) assert all([x in res for x in ['inc', 'src', 'dep', 'tgt', 'func']]) -- cgit v1.1