]> git.lyx.org Git - features.git/commitdiff
Cmake build: Remove unneeded hunspell path from configure test
authorKornel Benko <kornel@lyx.org>
Thu, 28 Nov 2019 13:31:26 +0000 (14:31 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:46 +0000 (15:48 +0200)
Spotted by Patrick (pdvisschere@edpnet.be)

development/cmake/ConfigureChecks.cmake

index 4b126776eab06a0e9b41f6e66c7564b7b1777fd6..f536c80a48ab24e250a1ee31400083d9feec7acf 100644 (file)
@@ -77,7 +77,7 @@ if(HUNSPELL_FOUND)
   set(HunspellTestFile "${CMAKE_BINARY_DIR}/hunspelltest.cpp")
   file(WRITE "${HunspellTestFile}"
   "
-  #include <hunspell/hunspell.hxx>
+  #include <hunspell.hxx>
 
   int main()
   {