[Qgis-developer] crssync not building on winXP

Magnus Homann magnus at homann.se
Fri Aug 10 01:50:42 PDT 2012


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-winXP-tp4994325p4994327.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.


More information about the Qgis-developer mailing list