]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
minizip fixes for msvc and cmake
[lyx.git] / development / cmake / ConfigureChecks.cmake
index c7158edf395015eb8cb08c21e6e50818fa45be79..ec37b59ac632789e556df53b90995a6b339f5f58 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)
@@ -144,12 +145,3 @@ check_cxx_source_compiles(
        "
 SIZEOF_WCHAR_T_IS_4)
 
-
-
-
-
-
-
-
-
-