Commit graph

13 commits

Author SHA1 Message Date
xavi92
2cd6611844 internaldeps.cmake: Deprecate legacy macros
ADD_INTERFACE_INCLUDEDIR relied on legacy CMake macros such as
INCLUDE_DIRECTORIES. Nowadays, targets do not specify their
dependencies' include directories, but just call target_link_libraries
so that CMake takes care of the rest.

Of course, that requires every target to define their own include
directories, if any, via target_include_directories.


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9591 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f1d7ea3cb16eb1a23d600b219da8c64502e10c00
Former-commit-id: f5f7e5f86e3e984e60f794115da53fb97f7a9b22
2024-10-27 07:59:26 +00:00
xavi92
4681971d6d Remove svn:keywords property from the repository
These properties are not transmitted with git-svn(1) [1], which might
then cause failed patches when modifying lines close to these
properties.


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9554 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6ed21e1fe12d01a370842418c35722c75117a30a
Former-commit-id: 8ecd21b7c0211cd000b10b3f0032980f63c06398
2024-10-02 15:30:18 +00:00
xavi92
0e7a45d2be Remove $Id$
This SVN-specific keyword [1] did not expand as expected on Git
repositories migrated from SVN via git-svn(1) [2]. Because of this,
applying patches with modifications would sometimes fail because, even
if these lines were not modified, they could be part of the context
lines, thus heavily confusing Git.

Since it is already expected to migrate from SVN to Git sometime soon,
this would also make $Id$ redundant.

[1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.props.special.keywords.html
[2]: https://git-scm.com/docs/git-svn


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9550 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7acf9a9675a0496a85ecd61210b8c29c89f9517a
Former-commit-id: 1878bb38889e4dddc83ef762b6b384f0f0a4ecc5
2024-09-30 05:17:15 +00:00
torcs-ng
c4a41c9997 - fix internaldeps for ephemeris build
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7567 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ffaf5f867eb3e1021104ce8b237924c25a215eec
Former-commit-id: 34c0b01b10a3e45e657d6cc8ae6f7c07a98fbb01
2021-06-13 12:16:25 +00:00
beaglejoe
cd57f1d4ea White space only change. Visual Studio 2017 will outline CMake files now.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6581 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5dc5c2eb10d81a1f066cabde4fd2e04cbac77e97
Former-commit-id: 7440e2159c2f4d7a24a3f228876eaf8f377af3df
2019-01-04 03:42:42 +00:00
beaglejoe
000366914a Fixed CMake warnings
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6568 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0a976ae353ab2da3d68c1b715fad80944b0880c0
Former-commit-id: c5df2c9380a0c5e2495a758717ed8885d178d4e8
2018-11-28 05:06:03 +00:00
beaglejoe
d57ad3f513 Add CMake OPTION_CLIENT_SERVER
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6479 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 01a4963a459455fb4a681f3cff3bf66c6aad0e52
Former-commit-id: 37c722b1bf1e3d99befee945be85fdbbb483be8a
2016-10-11 17:35:17 +00:00
torcs-ng
536a81641a - Update internaldeps.cmake for osggraph
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6028 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c61ac616a0f40cfc57e43f3e74de4292e23d3181
Former-commit-id: 59417a1384a2efb5349572f21230642c255a6ffe
2015-06-18 21:49:18 +00:00
torcs-ng
df8ffc15c8 - try to fix with cmake 2.8 & cmake 3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5926 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5583070cbeadccab9c8ba8572492732332fd4ffb
Former-commit-id: 6bc88d51664b1fcfabd1ab699c3a0920bebadc64
2015-03-24 12:38:37 +00:00
beaglejoe
72f292a5c2 Fixed For CMake less than 3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5925 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 41fcbb0efd2bcf88e29b11db4b98711380201125
Former-commit-id: 9ace2463d0bb542f5d0a75de273781e50ddff526
2015-03-24 06:48:04 +00:00
torcs-ng
540a4e67f9 - Update cmake/internaldeps.cmake
- Update cmake/macros.cmake

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5924 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 07d67ef504416625f3dbfa1ef1b5d49ee530c031
Former-commit-id: 2f1aab2c0f54d565ed51081d7cb071a9def615ef
2015-03-23 23:17:26 +00:00
mungewell
33e3ac9e8b Bug #692 - Initial attempt at replay capability
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5803 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1f0407f4a4483879b707d900de72ea3970faa1a1
Former-commit-id: 0d2175538d52a91f2216e8aca7928148c482f5d0
2014-07-30 03:19:34 +00:00
pouillot
fd5ace6e31 Re #307 Split the big macros.cmake into several smaller and better readable files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4943 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 97d27758fb627b375f108915683eecd782b9ac59
Former-commit-id: 80a7b425c51272694d4d9518aed18d732474b938
2012-09-14 18:39:40 +00:00