Fernando Cacciola
|
b09f115416
|
Fixed "inheriting" of release/debug mode from CGALConfig
|
2008-05-08 22:31:20 +00:00 |
Fernando Cacciola
|
b4c3a0f490
|
Added ability to "inherit" debug or release mode from CGALConfig
|
2008-05-08 16:16:14 +00:00 |
Fernando Cacciola
|
c16699f92a
|
Removed add_dependencies to allow CGAL programs to be configured in isolation (in which case the CGAL, etc CMake targets are unknown)
|
2008-05-08 16:15:13 +00:00 |
Fernando Cacciola
|
5d7f524873
|
Users now allowed to override configured flags
Added exe flags
Moved fags settings to common module.
|
2008-05-08 16:13:30 +00:00 |
Laurent Rineau
|
f609f5a767
|
Fix ${CGAL_LIBRARIES} (used to generated CGALConfig.cmake).
|
2008-04-29 13:13:58 +00:00 |
Laurent Rineau
|
f66b856627
|
Attempt: add an optionnal VTK support in CGALimageIO.
|
2008-04-25 12:08:54 +00:00 |
Laurent Rineau
|
ae5c1d2243
|
Attempt to fix a compilation bug on Windows : remove Image_3.cpp from
src/CGALimageIO/all_files.cpp (Image_3.cpp is now compiled separately).
|
2008-04-20 16:53:36 +00:00 |
Fernando Cacciola
|
de28bdde07
|
Fixed
|
2008-04-17 13:25:01 +00:00 |
Fernando Cacciola
|
1d161d6da5
|
Improved support for controlling flags
Install and packaging rules now disabled by default
CMake 2.4.7 now required
|
2008-04-16 17:56:32 +00:00 |
Fernando Cacciola
|
56b88f7b67
|
Added support for Visual Studio 2008
|
2008-04-08 19:15:29 +00:00 |
Fernando Cacciola
|
80c93d487c
|
Prevent Qt headers from appearing in the list of variables shown by CMakeSetup/ccmake
|
2008-04-01 15:42:03 +00:00 |
Fernando Cacciola
|
51f90ba312
|
updated
|
2008-03-28 15:41:55 +00:00 |
Fernando Cacciola
|
f50d11ef5c
|
Added missing CGAL_USE_ZLIB and CGAL_USE_TAUCS in the generated compiler_config.h
|
2008-03-28 15:41:22 +00:00 |
Fernando Cacciola
|
6ef70465f0
|
Fixed install under cygwin when using windows cmake
|
2008-03-27 17:52:16 +00:00 |
Fernando Cacciola
|
817a130514
|
Fixed install rules with non-cygwin cmake running under cygwin
|
2008-03-26 22:32:15 +00:00 |
Fernando Cacciola
|
d75b5cdaae
|
Fixed VC settings
|
2008-03-26 22:31:36 +00:00 |
Fernando Cacciola
|
2d8e189e9b
|
Fixed detecting TAUCS within auxiliary
|
2008-03-26 22:30:56 +00:00 |
Fernando Cacciola
|
75be62de57
|
Allow environment variables to define WITH_ options
|
2008-03-18 15:43:39 +00:00 |
Fernando Cacciola
|
3ce8e5fb19
|
Added Visual C++ debug hook configuration
|
2008-03-17 18:34:41 +00:00 |
Fernando Cacciola
|
bf9a6ea8fe
|
Fixes to better detect cl.exe from cygwin executed within nmake.
|
2008-03-13 10:50:47 +00:00 |
Fernando Cacciola
|
307eedf236
|
Documentation updated
|
2008-03-11 17:37:29 +00:00 |
Fernando Cacciola
|
a2642a2f34
|
autotest_cgal_with_cmake update
|
2008-03-05 20:42:26 +00:00 |
Laurent Rineau
|
1fc7b699ba
|
That one needs a fix also (see revision 42370).
"With an installed distribution of CGAL, the UseCGAL.cmake cannot be
found. Fix CGALConfig_install.cmake.in"
|
2008-03-04 21:31:44 +00:00 |
Laurent Rineau
|
342d26fdeb
|
With an installed distribution of CGAL, the UseCGAL.cmake cannot be found.
Fix CGALConfig_install.cmake.in
|
2008-03-04 21:10:59 +00:00 |
Fernando Cacciola
|
b6a0b80952
|
Use different install tree structures in windows and linux
|
2008-03-04 20:01:51 +00:00 |
Fernando Cacciola
|
946f96d192
|
Fixed WIN32 install rules to allow proper NSIS generation
Removed _SECURE_SCL=0 definition
|
2008-02-29 22:00:02 +00:00 |
Fernando Cacciola
|
68bef13242
|
Fixed install rules to follow FSH and allow users to override locations (as discussed on cgal-develop)
|
2008-02-27 17:56:41 +00:00 |
Fernando Cacciola
|
b1aac6f17d
|
"INTERNALIZE" cached variables XYZ_IN_CGAL_AUXILIARY so they don't show up in CMakeSetup
|
2008-02-25 23:01:40 +00:00 |
Fernando Cacciola
|
8b2c216969
|
Use globbing to search for *some* actual boost thread and program_options libraries, even if not the ones actually searched for autlinking.
|
2008-02-25 22:35:45 +00:00 |
Fernando Cacciola
|
f94e615ade
|
Fixed double includes/libs for boost
Replaced "c:\Program Files" by $ENV(ProgramFiles}
|
2008-02-25 22:34:47 +00:00 |
Fernando Cacciola
|
0573ab614b
|
Move some variables back to the cache so they can be defined via CMakeSetup
|
2008-02-25 22:31:48 +00:00 |
Laurent Rineau
|
af7d2be6db
|
Make CreateSingleSourceCGALProgram work even if some demos/examples are in dont_submit.
|
2008-02-25 14:08:24 +00:00 |
Laurent Rineau
|
3b79742e44
|
Fix a typo: CGAL_INCLUDE_DIR does not exists, so does CGAL_INCLUDE_DIRS
(with a final S).
|
2008-02-25 09:53:23 +00:00 |
Fernando Cacciola
|
27b8eff7d0
|
VERSION parsed
install rules fixed to use CGAL-${VERSION} as root location
|
2008-02-22 17:34:55 +00:00 |
Fernando Cacciola
|
4f2b544c89
|
Replaced FindCGAL.cmake with CGALConfig.cmake
Fixed install target
Extended FindGMP/MPFR/TAUCS/ZLIB to properly handle the auxiliary folder
|
2008-02-21 22:26:08 +00:00 |
Laurent Rineau
|
2941520b10
|
Fix the installation stage ("make install").
|
2008-02-14 20:14:06 +00:00 |
Fernando Cacciola
|
bdb4bae47e
|
get back to the official FindQt4
|
2008-02-12 21:30:30 +00:00 |
Fernando Cacciola
|
9d5411bb18
|
Various CMake fixes
|
2008-02-12 20:36:56 +00:00 |
Fernando Cacciola
|
c42b1a42b2
|
Fixed directory name
|
2008-02-11 13:21:08 +00:00 |
Fernando Cacciola
|
9bf108e315
|
Fixed directory name
|
2008-02-11 13:20:44 +00:00 |
Fernando Cacciola
|
14043c43a0
|
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
|
2008-02-08 17:47:21 +00:00 |
Fernando Cacciola
|
fb17eb5daf
|
Various fixes
|
2008-02-08 17:26:39 +00:00 |
Fernando Cacciola
|
60fab4dd29
|
Allow all demos/examples/test to be built at once
|
2008-02-07 14:59:23 +00:00 |
Fernando Cacciola
|
d18b6c071e
|
remarks corrected and updated
|
2008-02-06 22:18:27 +00:00 |
Fernando Cacciola
|
6d76f07571
|
Draft of CMake instructions added
|
2008-02-06 20:46:54 +00:00 |
Fernando Cacciola
|
8b0eaff54e
|
Improved support for multi-platform builds
|
2008-02-06 19:49:16 +00:00 |
Laurent Rineau
|
856769192f
|
Add alternative names "boost_program_options-mt" and "boost_thread-mt"
|
2008-02-06 13:27:32 +00:00 |
Fernando Cacciola
|
40e35d2f0c
|
CMake update
|
2008-02-05 15:33:40 +00:00 |
Fernando Cacciola
|
574df03443
|
Allow demos and examples to be configured in isolation
|
2008-01-31 16:47:57 +00:00 |
Fernando Cacciola
|
db23a5ade5
|
CMake update
|
2008-01-29 22:34:48 +00:00 |