summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Ledger's Python API is known to work best against Python 2.7, then Python 2.6Bradley M. Kuhn2012-09-061-0/+1
| | | | | | | | | | | | | | | | Indeed, at the moment, it doesn't work against Python 3.x at all, so ideally, we'd like to tell CMake that no Python versions except 2.7 and 2.6 are acceptable. However, at least as of CMake 2.8.8, there appears to be no way to instruct CMake to never consider other versions of Python. In other words, Python_ADDITIONAL_VERSIONS is prepended to the list of possible Python versions considered, rather than replacing it wholly. Theoretically, we could try to diddle withe the internal CMake variables _PYTHON_FIND_OTHER_VERSIONS or _Python_VERSIONS somehow, but that seems kludgey and dangerous. This patch is probably "enough for now" to at least make sure that if the user has both Python 2.x and Python 3.x installed, some version of 2.x that is known to work will be preferred.
* Updated to Boost 1.50John Wiegley2012-07-301-0/+1
|
* Added a link_directories statementJohn Wiegley2012-07-301-0/+1
|
* Reduce Boost dependency to 1.46John Wiegley2012-05-301-3/+2
|
* Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7Erik Hetzner2012-05-261-1/+1
|
* Reduce minimum CMake version to 2.8.5John Wiegley2012-05-251-1/+1
|
* Don't even look for Gettext, for nowJohn Wiegley2012-05-251-2/+2
|
* Don't explicitly disable multithreaded BoostJohn Wiegley2012-05-231-2/+0
|
* Handle NO_ASSERTS differently in CMakeLists.txtJohn Wiegley2012-05-201-1/+7
|
* Make profiling builds work with ClangJohn Wiegley2012-05-201-1/+13
|
* CMake doesn't enable DEBUG by default, acprep doesJohn Wiegley2012-05-201-1/+1
|
* A few more CMake-related fixesJohn Wiegley2012-05-201-6/+0
|
* More resiliency fixesJohn Wiegley2012-05-201-1/+4
|
* Make library detection more resilientJohn Wiegley2012-05-201-31/+46
|
* Define some more missing CMake variablesJohn Wiegley2012-05-201-0/+4
|
* Disable the check for C++11 for nowJohn Wiegley2012-05-201-27/+29
|
* A few more CMake-related fixesJohn Wiegley2012-05-201-0/+2
|
* Disable gettext for nowJohn Wiegley2012-05-201-4/+4
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+260