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:
@@ -83,7 +83,6 @@ set(
|
|||||||
${LibOSRMGlob}
|
${LibOSRMGlob}
|
||||||
${DescriptorGlob}
|
${DescriptorGlob}
|
||||||
${DatastructureGlob}
|
${DatastructureGlob}
|
||||||
${CoordinateGlob}
|
|
||||||
${AlgorithmGlob}
|
${AlgorithmGlob}
|
||||||
${HttpGlob}
|
${HttpGlob}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user