[Qgis-developer] crssync not building on winXP
Kuhn Matthias, Vermessung
Matthias.Kuhn at Stadt-Uster.ch
Fri Aug 10 02:04:16 PDT 2012
Seems like Jürgen already fixed this recently
https://github.com/qgis/Quantum-GIS/commit/3b3f6748f1e5e8f77fa87477add360ec0203fb26
--
Matthias Kuhn
> -----Original Message-----
> From: qgis-developer-bounces at lists.osgeo.org
> [mailto:qgis-developer-bounces at lists.osgeo.org] On Behalf Of
> Magnus Homann
> Sent: Friday, August 10, 2012 10:51 AM
> To: qgis-developer at lists.osgeo.org
> Subject: Re: [Qgis-developer] crssync not building on winXP
>
> Solved. :-) Here's a fix for CMakeLists.txt, can someone
> please commit?
>
> Magnus
>
> ****
> diff --git a/src/crssync/CMakeLists.txt
> b/src/crssync/CMakeLists.txt index 39df284..9afce1f 100644
> --- a/src/crssync/CMakeLists.txt
> +++ b/src/crssync/CMakeLists.txt
> @@ -14,7 +14,7 @@ TARGET_LINK_LIBRARIES(crssync
>
> IF(MSVC)
> ADD_CUSTOM_TARGET(synccrsdb
> - COMMAND
> ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE}/crssync.exe
> + COMMAND
> +${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/crssync.exe
> DEPENDS crssync
> )
> ELSE(MSVC)
>
> ****
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.n6.nabble.com/crssync-not-building-on-wi
> nXP-tp4994325p4994327.html
> Sent from the Quantum GIS - Developer mailing list archive at
> Nabble.com.
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
More information about the Qgis-developer
mailing list