Commit graph

5 commits

Author SHA1 Message Date
xavi92
29e77529b3 FreeSOLID-2.1.2.CMakeLists.txt: Remove -lrt
This library does not depend on any of the functions defined by
POSIX.1b [1]. Moreover, it made linking to fail on some MinGW flavours
where librt might not be available.

[1]: https://docs.oracle.com/cd/E86824_01/html/E54772/librt-3lib.html


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

Former-commit-id: 89843ea922bbe14919a9a2ea9bc4a138ce31c90d
Former-commit-id: aa56dcdf148c579e63c2654c036c8147fb18ebde
2024-10-27 08:04:17 +00:00
xavi92
659d0ad143 FreeSOLID-2.1.2.CMakeLists.txt: Do not assign LIB_POSTFIX
Assigning this variable to "" causes some library names to contain the
double quotes e.g.: broad"".dll.

This fixes a build error from [MSBuild]::NormalizePath when using MSVC
as the C++ toolchain.


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

Former-commit-id: 7f5d1b427e0a0d4552f800b52d0777f54e3f5083
Former-commit-id: bad20fd8bffd6daf4574562d9d7d729485202cec
2024-10-27 08:03:38 +00:00
xavi92
5f524ebbbb 3rdParty-devel: Use upstream FreeSOLID CMakeLists.txt
There is no need to remove the assignment to CMAKE_DEBUG_POSTFIX on the
CMakeLists.txt since it is explicitly assigned by the call to
ExternalProject_Add.


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

Former-commit-id: 855063d1ca32df00e103675b1879ff4530340620
Former-commit-id: bcdc3f8798d8d69a33afc963754555948fec24f0
2024-10-27 08:02:44 +00:00
xavi92
6d7ca06e02 String trailing whitespaces
The following shell script was used:

while read f
do
        sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
        -e '.\cpp$' \
        -e '\.cmake$' \
        -e '\.txt$' \
        -e '\.cppcheck$' \
        -e '\.frag$' \
        -e '\.h$' \
        -e '\.hpp$' \
        -e '\.vert$' \
        -e '\.xml$' \
        -e '\.java$' \
        -e '\.c$')
EOF

As a side effect, this has also converted some files from CRLF line
endings to LF.

File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.



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

Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00
beaglejoe
00ab10abae Partial automation of 3rdParty development files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6082 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ddb96a245cdae3ec0f4299cdd67331d7081dd5d9
Former-commit-id: 5f518b844306ed38272ba96f3d6f6e5a99284243
2015-08-20 20:49:06 +00:00