Commit graph

8 commits

Author SHA1 Message Date
Anatoly Borodin
fb07aa109f Require CMake version >= 2.8.4
The newest 3.* CMake versions may be missing in some distributions.

The most recent feature required by UseLATEX and its tests is
ced1d5eccd:
"Skip file-level dependencies on custom targets (#11332)". The commit is
included in the release version 2.8.4.

The following error messages are produced during compilation with
earlier CMake versions:

	[100%] Built target UseLATEX_pdf
	make[2]: *** No rule to make target `UseLATEX_pdf', needed by `UseLATEX_build/CMakeFiles/UseLATEX'.  Stop.

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2015-07-23 22:40:31 +02:00
Kenneth Moreland
77fe49f7c1 Change capitalized function names to lower case function names.
This is the "new" style in CMake. It's actually been around a while, but
UseLATEX.cmake was not updated previously.
2014-12-14 10:56:29 -06:00
Kenneth Moreland
de1c9e9607 Update documentation to pdftops feature. 2012-05-02 15:35:19 -06:00
Kenneth Moreland
cf7af26067 Move cmake_minimum_required to top of CMakeLists.txt
I've recently been told that this and other policy-setting commands
should be placed at the beginning, before the project command.
2011-08-15 15:07:31 -06:00
Kenneth Moreland
7fc085cb80 Remove listing of UseLATEX.cmake from the documentation.
It doubles the length of the documentation and does not provide
much use to the reader.
2011-01-25 09:23:58 -07:00
Kenneth Moreland
0afff69402 Added FAQ entry with clarification of out of source build requirement. 2009-06-18 15:48:51 +00:00
Kenneth Moreland
9821ab41d4 Set props 2008-03-11 20:03:11 +00:00
Kenneth Moreland
c0856825ca Add the documentation. Basically taken from the Wiki. 2007-05-04 19:48:22 +00:00