Cmake build: Remove unneeded hunspell path from configure test

Spotted by Patrick (pdvisschere@edpnet.be)
This commit is contained in:
Kornel Benko 2019-11-28 14:31:26 +01:00
parent 58ed976dd3
commit 9de4b9ab34

View 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()
{