Do not compile Coordinate sources directly into the OSRM library

It is already included in the COORDINATES "OBJECT" target to which the OSRM
library is linked.
This fixes the possibility to build OSRM as a shared library.
This commit is contained in:
Matthias Kuhn 2015-03-09 09:20:30 +01:00
parent c2f775fcaa
commit d11c0bbd5c

View File

@ -83,7 +83,6 @@ set(
${LibOSRMGlob}
${DescriptorGlob}
${DatastructureGlob}
${CoordinateGlob}
${AlgorithmGlob}
${HttpGlob}
)