aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-02-10 13:00:00 +0100
committerRechi <Rechi@users.noreply.github.com>2018-02-10 13:00:00 +0100
commit36ae446c166d99566ffa4fa289d9515531083afd (patch)
treebd7e7cca7a76f22573f33ae5c6b133e2d0b2ecc1 /cmake
parent2b382d84f21f48a19bb4cc74625920c6352c58ca (diff)
[cmake] fix find_package_handle_standard_args name for Mir
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindMir.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindMir.cmake b/cmake/modules/FindMir.cmake
index 47a441cfcf..e66ff025f7 100644
--- a/cmake/modules/FindMir.cmake
+++ b/cmake/modules/FindMir.cmake
@@ -21,7 +21,7 @@ find_library(MIR_LIBRARY NAMES mirclient
PATHS ${PC_MIR_LIBRARIES} ${PC_MIR_LIBRARY_DIRS})
include (FindPackageHandleStandardArgs)
-find_package_handle_standard_args (MIR
+find_package_handle_standard_args (Mir
REQUIRED_VARS MIR_LIBRARY MIR_INCLUDE_DIR)
if (MIR_FOUND)