summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigChecks.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove cmake checks for unused sys/ headers.Elliott Sales de Andrade2017-06-151-1/+0
| | | | | Nothing tests these macros nor includes these files, so I don't think there's any useful side-effect for checking that they exist.
* Remove cmake checks for C89 headers.Elliott Sales de Andrade2017-06-151-6/+0
| | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328
* Remove duplicated build checks.Elliott Sales de Andrade2017-06-151-7/+0
| | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB).
* Remove checks for unused functions.Elliott Sales de Andrade2017-06-151-2/+0
|
* Remove outdated checks for GTK+ functions.Elliott Sales de Andrade2017-06-151-2/+0
| | | | | gtk_window_fullscreen was added in 2.2 and gtk_window_set_default_icon_from_file is not even used.
* OS X Xcode clang 7.0.2 compile fixStefan Zellmann2016-04-171-0/+2
| | | | | Have no <tr1/XXX> STL headers w/ OS X clang so try to find the C++11 ones (bzr r14855.1.1)
* merge and fixed buildMoritz Eberl2016-04-161-2/+1
|\ | | | | (bzr r14761.1.11)
| * CMake build: builds with WITH_DBUSMarc Jeanmougin2016-04-161-2/+1
| | | | | | (bzr r14853)
* | Added Sebastian Faubels CMake changes for the windows build.Moritz Eberl2016-04-161-1/+2
|/ | | (bzr r14761.1.7)
* inkview: Drop use of obsolete getoptBryce Harrington2016-02-251-1/+0
| | | | | | | | This lets us drop getopt as a cmake requirement. Patch from rindolf, thanks! http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff (bzr r14668)
* cmake: Cleanup comments a bitBryce Harrington2016-01-171-1/+1
| | | (bzr r14595)
* Added translations to the cmake build (1451236)houz2015-08-161-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304)
* cmake: fix failing checks due to missing include and library paths (e.g. for ↵houz2015-05-021-0/+3
| | | | | gtk_window_fullscreen) (bzr r14091)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-70/+70
| | | (bzr r10417)
* cmake: inkscape source dirs were included using system settingCampbell Barton2011-06-221-1/+1
| | | (bzr r10336)
* replace local CheckStructMember.cmake with cmake'sCampbell Barton2011-06-131-7/+7
| | | (bzr r10287)
* cmake:Campbell Barton2011-06-131-9/+8
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-5/+5
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: Add src/ to include_directories, fix missing includes for file checksJoshua L. Blocher2008-06-181-1/+1
| | | (bzr r5986)
* Cmake: fix config.h not being foundJoshua L. Blocher2008-06-141-0/+1
| | | (bzr r5944)
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-311-1/+1
| | | (bzr r5770)
* Cmake: Find Dependencies rebuiltJoshua L. Blocher2008-05-221-1/+1
| | | (bzr r5731)
* Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher2008-05-031-0/+70
(bzr r5590)