From e25e2cb9dd3420dbf6e677c7c8aea502312309d7 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 20 May 2016 17:54:27 -0400 Subject: Fixed case-insensitive thing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f5e1277..ab1979f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include_directories(vendor/libtwittercpp/src vendor/libtwittercpp/vendor/json/sr add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) include_directories(vendor/yaml-cpp/include) -find_package(aspell REQUIRED) +find_package(ASPELL REQUIRED) include_directories(${ASPELL_INCLUDE_DIR}) add_executable(rawr-ebooks ebooks.cpp kgramstats.cpp freevars.cpp histogram.cpp prefix_search.cpp) -- cgit 1.4.1