summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* add liulk's patch for mac os xHEADmasterRadek Podgorny2014-05-281-0/+4
|
* Fix cmake HAVE_XATTR redefinitionRadek Podgorny2014-02-221-5/+15
| | | | (from bernd's tree)
* Disable check for C++ compilerRadek Podgorny2012-10-181-1/+1
| | | | | | | | | | | | | | By default, CMake assumes that a project uses both the C and C++ languages, and unionfs-fuse's CMakeLists.txt doesn't explicit which languages it uses. Therefore CMake checks for both a C compiler and a C++ compiler, which prevents from building unionfs-fuse on platforms that don't have a C++ compiler. We adjust unionfs-fuse CMakeLists.txt to explicity state that we only use the C language, so that the C++ compiler check is no longer performed by Cmake. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xattr: Let CMake check if xattrs are really availableBernd Schubert2011-02-201-4/+12
| | | | Also renames the compiler option -DHAVE_SETXATTR into -DHAVE_XATTR
* Put cmake configuration into top CMakeLists.txtBernd Schubert2009-02-191-0/+19
|
* Recent cmake version complain if cmake_minimum_required() is not set, is 2.0 ↵Bernd Schubert2008-11-241-0/+2
| | | | | | fine? Also add -DDEBUG to the debug target.
* Ported cmake files to new dir structureRadek Podgorny2008-06-301-28/+2
|
* Merge in previous CMakeLists.txt changes again.Bernd Schubert2008-06-251-0/+1
|\
| * Add a cmake man page install targetBernd Schubert2008-06-201-0/+1
| |
* | Reimplement the elfhash, since the CPL license doesn't seem to be compatible ↵Bernd Schubert2008-06-251-1/+1
|/ | | | with our BSD license.
* Install target for CMakeLists.txtBernd Schubert2008-06-201-1/+4
|
* CMake makefile formattingRadek Podgorny2008-06-041-2/+2
|
* Fix a bug in path_is_dir(), we need to use lstat(). Thanks to Radek for ↵Bernd Schubert2008-06-031-1/+1
| | | | noticing!
* Fix cmake builds and set default build options.v0.19Bernd Schubert2008-05-281-1/+13
|
* Added first experimental version of cmake scriptRadek Podgorny2007-09-271-0/+14