Fernando Cacciola
|
9c62ababa9
|
Add CMAKE_MINIMUM_REQUIRED at the top of each CMakeLists.txt as CMake 2.6 wants
|
2008-06-29 20:46:44 +00:00 |
Joachim Reichel
|
ac4bcfe9ee
|
fix bashisms (use printf instead of echo)
|
2008-06-18 16:07:17 +00:00 |
Laurent Rineau
|
d454027d30
|
Fix the script cgal_create_cmake_script:
- one can use it with 0 or 1 argument.
- If one argument is used, it *must* be "-q" and nothing else.
|
2008-06-13 08:44:43 +00:00 |
Fernando Cacciola
|
5fd281906f
|
Pass TESTSUITE flags in the right place
|
2008-06-04 17:03:51 +00:00 |
Fernando Cacciola
|
6bae257648
|
Added project() command
|
2008-05-13 23:16:27 +00:00 |
Fernando Cacciola
|
033aeefc0d
|
Print out folder names
|
2008-05-07 16:02:13 +00:00 |
Fernando Cacciola
|
1d136115e1
|
CMakeLists.txt are now auto-generated by create_internal_release
|
2008-05-05 15:09:28 +00:00 |
Fernando Cacciola
|
f93437ca22
|
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
|
2008-05-05 14:01:55 +00:00 |
Fernando Cacciola
|
45b476a299
|
Remove 'tee' redirection
|
2008-03-11 17:46:20 +00:00 |
Fernando Cacciola
|
69e8d74d6c
|
autotest with cmake update
|
2008-03-06 16:50:44 +00:00 |
Fernando Cacciola
|
d86e6f2485
|
Added shell script to generate cmake scripts
|
2008-02-05 15:29:41 +00:00 |
Joachim Reichel
|
cd1a040d2e
|
remove -w and -g option of install_cgal
remove makefile variables CGAL_WINDOW_LDFLAGS, CGAL_GEOWIN_LDFLAGS and CGAL_QT_LDFLAGS
(see #1894)
|
2007-03-09 22:53:24 +00:00 |
Laurent Rineau
|
8138bc22d7
|
More unification between .C and .cpp cases.
|
2007-02-22 11:26:59 +00:00 |
Laurent Rineau
|
1fcf46e3a1
|
- Unify create_makefile_entry for .C and .cpp files.
- Remove tabs from the source code of cgal_create_makefile, use printf and
\t instead
|
2007-02-22 11:15:07 +00:00 |
Laurent Rineau
|
c586310491
|
Fix cgal_create_makefile: just some spaces that should have been a TAB
character.
|
2006-06-27 22:51:57 +00:00 |
Andreas Fabri
|
716e08db2a
|
replaced [[..]] with [..] and changed == to -eq
|
2006-06-26 09:57:00 +00:00 |
Andreas Fabri
|
1bcc578683
|
removed a parenthesis
|
2006-06-15 10:27:00 +00:00 |
Andreas Fabri
|
7e8d2c8694
|
Added a suffix rule for the .cpp files
|
2006-06-13 20:36:31 +00:00 |
Laurent Saboret
|
542d27f101
|
Do not create a rule for an executable for .C/.cpp files without a "main()' function.
|
2006-05-12 14:54:30 +00:00 |
Joachim Reichel
|
f582718758
|
rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
|
2006-03-15 22:10:02 +00:00 |
Sylvain Pion
|
444bc13a29
|
- Move to developers_scripts (probably useless these days).
|
2006-03-14 22:39:02 +00:00 |
Sylvain Pion
|
71e27330d3
|
- Move scripts/cgal_conditional_include* scripts to developer_scripts/
(probably obsolete, certainly not public)
|
2006-03-14 22:31:40 +00:00 |
Joachim Reichel
|
cfcd0e9ddf
|
LGPL copyright notices added
|
2006-02-18 17:32:41 +00:00 |
Laurent Saboret
|
a9faefad24
|
Move packages to trunk root
|
2006-02-14 08:58:19 +00:00 |