]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
fix Cmake for the .C -> .cpp changes.
[lyx.git] / development / cmake / ConfigureChecks.cmake
index c7158edf395015eb8cb08c21e6e50818fa45be79..144ddab075096a7a009d0f6f953b4856642eacef 100644 (file)
@@ -41,6 +41,7 @@ check_include_files(argz.h HAVE_ARGZ_H)
 
 
 check_function_exists(open HAVE_OPEN)
+check_function_exists(chmod HAVE_CHMOD)
 check_function_exists(close HAVE_CLOSE)
 check_function_exists(popen HAVE_POPEN)
 check_function_exists(pclose HAVE_PCLOSE)