X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2FConfigureChecks.cmake;h=144ddab075096a7a009d0f6f953b4856642eacef;hb=38f9e35ab1f4e6e14486fbd223160b8e0fd5993d;hp=88ca1a0c5d55ae76c2094dfddff3fe55c755a1f7;hpb=7c9876766ccf3e8bfc7db5aad975614b810d33ab;p=lyx.git diff --git a/development/cmake/ConfigureChecks.cmake b/development/cmake/ConfigureChecks.cmake index 88ca1a0c5d..144ddab075 100644 --- a/development/cmake/ConfigureChecks.cmake +++ b/development/cmake/ConfigureChecks.cmake @@ -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,16 +145,6 @@ check_cxx_source_compiles( " SIZEOF_WCHAR_T_IS_4) -set(PACKAGE lyx) -set(PACKAGE_VERSION 1.5.0svn) - -if(WIN32) - set(USE_WINDOWS_PACKAGING 1) -else(WIN32) - set(USE_POSIX_PACKAGING 1) -endif(WIN32) - -