From 8c2ecd76d6b22dbbf6e91438c65ece465fce3ec5 Mon Sep 17 00:00:00 2001 From: mband Date: Fri, 1 Apr 2016 12:58:35 +0200 Subject: [PATCH] Fixing minor typo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f237ee12..ab13bf31f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ if(PKG_CONFIG_FOUND) endif() if(NOT CCD_FOUND) - # if pkfconfig is not installed, then fall back on more fragile detection + # if pkgconfig is not installed, then fall back on more fragile detection # of ccd find_path(CCD_INCLUDE_DIRS ccd.h PATH_SUFFIXES ccd)