Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Laurent Rineau
f9917c487e
CMake 2.8.11
2015-07-13 12:36:43 +02:00
Eric Berberich
3599206bf2
improved verbosity
2012-06-11 21:44:17 +00:00
Eric Berberich
60efbec2d3
merge from next
2012-05-20 11:50:30 +00:00
Laurent Rineau
37af1861b3
Full-support of WITH_examples and WITH_demo in a branch-build
...
- Factorize the logic of Installation/examples/CMakeLists.txt and
Installation/demo/CMakeLists.txt in to a function defined in
Installation/CMakeLists.txt
- Call cgal_create_cmake_script, potentially out-of-build, when the
CMakeLists.txt does not exist.
2012-01-18 18:18:06 +00:00
Joachim Reichel
4078d8a5e0
Fix typo "demo" vs. "examples"
2011-08-07 11:53:47 +00:00
Eric Berberich
8c8da470e4
fixed problem for installed CGAL
2011-07-12 12:30:09 +00:00
Eric Berberich
6eb04b1056
fix to deal with branch- and release-build
2011-07-11 18:53:48 +00:00
Eric Berberich
d8631b0086
grab DEMO_DIR even in in-source
2011-07-11 12:25:10 +00:00
Eric Berberich
f700c00a22
removed wrong "." to match regex
2011-07-11 12:20:13 +00:00
Laurent Rineau
6f05e72cef
Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
...
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
- change cmake_minimum_required to VERSION 2.6.2
- no longer any need for the policy CMP0003 (was for 2.4.x)
- no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 18:06:32 +00:00
Laurent Rineau
e569b702f1
Handle dont_submit
...
Handle dont_submit to avoid the inclusion of examples/<something> or
demo/<something> if it is in dont_submit.
2011-04-27 17:48:08 +00:00
Eric Berberich
4d457ba1ad
fix to build demos and example properly, and even out-of-source now
2011-04-21 08:47:46 +00:00
Eric Berberich
eb7a5ed11e
branch-build is now HOT on next ;-)
2011-04-15 09:12:06 +00:00
Laurent Rineau
cdf0322256
Let's remove all makefiles, now.
2010-08-23 11:03:02 +00:00
Andreas Fabri
b2e4b297ab
Add cmake_minimum_required to demo and examples CMakeLists.txt
2008-12-15 14:48:27 +00:00
Fernando Cacciola
7df9287297
Sort support tests and examples/demos alphabetically
2008-09-04 14:28:53 +00:00
Fernando Cacciola
7fe5413fe3
Removed pending 'Skipping' messages
2008-09-04 13:26:39 +00:00
Fernando Cacciola
79e225dc9a
Moved CMakeLists.txt for demos and examples into the right Installation subfolder
2008-07-23 21:35:54 +00:00
Fernando Cacciola
6e36eda87b
CMake stuff moved into the appropriate packages
2008-07-16 20:56:17 +00:00
Joachim Reichel
a01563b6aa
small bugfix for demo/makefile and examples/makefile
2006-05-27 15:24:06 +00:00
Joachim Reichel
d98f998b9d
Makefiles in demo and examples renamed from GNUmakefile to makefile
2006-05-18 10:56:14 +00:00
Joachim Reichel
b5f3e01944
Rewrite makefiles to be portable
2006-05-18 10:53:51 +00:00
Joachim Reichel
1ccd5e0cea
Removed trailing empty lines
2006-05-17 12:19:06 +00:00
Joachim Reichel
c96233f3e4
Added examples/GNUmakefile and demo/GNUmakefile
2006-05-17 12:17:33 +00:00