1
0
Fork 0
Commit graph

39 commits

Author SHA1 Message Date
Scott Giese
c9d2959f3a CMake: Fix build on Windows 2019-01-20 22:34:57 -06:00
Scott Giese
40e554e1cf TerraGear now requires the C++14 Standard 2019-01-20 17:55:08 -06:00
xDraconian
c9dee9e9b5 MSVC_3RDPARTY_ROOT: Proper detection when not used
CGAL: Bug fix for CGAL forcing Boost_LIBRARIES to null

CMake: Upgrade to CMake 3.0 minimum
Policy CMP0054: Ensure quoted strings are compared properly
Policy CMP0042: Enable MACOSX_RPATH by default
Policy CMP0071: Allow AUTOMOC to process generated files

CMAKE_BUILD_TYPE: Remove illegal 'None' option
2018-06-19 08:57:14 +01:00
Slawek Mikula
5b5e5fc0cc CMake: explicitly require C++11 support
Explicitly require C++11 support to be able to compile terragear on
older systems.
2017-10-07 08:58:20 +02:00
Christian Schmitt
227cdeab42 Bump minimum GDAL version to 2.0.0. Adapt code to API changes for now.
Porting of OGR to GDAL classes can happen later.
2015-08-08 21:09:36 +02:00
Christian Schmitt
803c618b21 Make sure we can still use CGAL<4.5 as well 2015-01-25 12:20:23 +01:00
Christian Schmitt
f0895597b9 bump SG version to 3.1.0 2014-02-14 12:24:30 +01:00
Martin Spott
23aa8a8ef3 Bump required SG version number 2013-07-13 08:57:22 -07:00
Christian Schmitt
5c44d450d4 Bump minimum SG version. Make TG compile again. Own multithread logging is disabled for now. 2013-02-07 20:30:17 +01:00
Christian Schmitt
3732f63117 Bump minimum required SG version to be sure we have the threads changes from there available 2013-01-07 22:56:11 +01:00
Christian Schmitt
76e7d8fcbe Set minimum required GDAL version 2012-12-20 22:15:31 +01:00
Frederic Bouvier
1438b48b8b Fix Windows build against Boost 2012-12-14 09:11:18 +01:00
Christian Schmitt
902d4d83bc Set needed boost components and link tg-construct against them 2012-12-11 14:12:58 +01:00
Christian Schmitt
c9ab625a03 terrafit: another go at versioning 2012-12-05 00:07:01 +01:00
Christian Schmitt
ccec928116 Change the way versioning is done. I hope this will work under windows 2012-12-04 19:45:31 +01:00
Christian Schmitt
ad9b2f70b5 Fix MSVC compilation, clean up a bit 2012-11-29 09:51:11 +01:00
Christian Schmitt
00a0234686 Add a versioning infrastructure, remove old build files 2012-11-26 13:46:25 +01:00
Christian Schmitt
820c9a6b5d Try to fix build with CGAL under MSVC 2012-11-11 19:09:30 +01:00
Christian Schmitt
bf7d86732d Remove the newmat dependency and bring in TNT templates as a substitute 2012-11-05 12:14:15 +01:00
Christian Schmitt
bb79b9ccb4 Bump Simgear version dep. We need the SGGeod isValid() check now which got added recently 2012-10-16 10:33:59 +02:00
Christian Schmitt
768338ddd1 remove the GDAL option as well 2012-10-07 00:35:01 +02:00
Christian Schmitt
15365a3acd CMake: the deps are no longer optional. It makes no sense to compile without GDAL 2012-10-07 00:24:18 +02:00
Christian Schmitt
723ce3b7d5 CMake: require at least CGAL 4.0 2012-10-06 22:10:09 +02:00
Christian Schmitt
ca9a6dda13 Finally get rid of GPC 2012-10-06 22:10:07 +02:00
Christian Schmitt
37d07e6526 add GPC includes only where needed. also add newmat includes 2012-10-06 22:10:06 +02:00
Christian Schmitt
d6e7ac6b96 More CGAL cmake changes 2012-10-06 22:10:06 +02:00
Christian Schmitt
f3da89af8a Add CGAL dep to the makefile 2012-10-06 22:10:06 +02:00
Christian Schmitt
9761a02299 gpc.h should be in the include list.
Add some more variants of the gpc libs name to pick it up on different distros
2012-08-03 10:00:29 +02:00
Christian Schmitt
c31247f51a Add POCO dep to the cmake files 2012-06-17 10:51:58 +02:00
Christian Schmitt
a83bf32c2c Fix Windows-build linking issue and unify CMake files a bit 2012-04-07 14:57:22 +02:00
Frederic Bouvier
5e63e6a78d Define NO_OPENSCENEGRAPH_INTERFACE for all platforms 2011-11-09 22:53:42 +01:00
Frederic Bouvier
8a19bd8de6 More tweaks to windows build 2011-11-08 20:41:38 +01:00
James Turner
324ce8acd7 Fixes to config.h generation, detect rint() 2011-11-02 19:09:30 +00:00
Frederic Bouvier
e8e4d885c5 Build under Windows 2011-10-26 22:19:01 +02:00
Christian Schmitt
71306b371f Add configure switch for GDAL 2011-10-26 10:51:38 +02:00
Christian Schmitt
89ca2ae1e4 Add cmake install targets 2011-10-24 18:07:35 +02:00
James Turner
99562cfde6 CMake support for GDAL / building OGR decode. 2011-10-24 13:46:15 +02:00
James Turner
4e39bff58a Linux fixes for Cmake support. 2011-10-24 13:46:15 +02:00
James Turner
83e6225460 CMake support for TerraGear, and PLIB/OSG/OpenGL removal. 2011-10-24 13:46:15 +02:00