Am 18.07.2010 um 14:31 schrieb Kornel Benko: > Am Sonntag 18 Juli 2010 schrieb Stephan Witt: >> CMake Error at modules/FindICONV.cmake:72 (check_function_exists): >> Unknown CMake command "check_function_exists". >> Call Stack (most recent call first): >> CMakeLists.txt:249 (find_package) > > Yes, this function is not defined yet > > For the time being insert a line > include(CheckFunctionExists) > before call to find_package(ICONV REQUIRED)
That worked. Together with the other changes cmake is ok again. thanks. Stephan