Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <dmg@us...> - 2007-12-01 12:00:45
|
Revision: 2546 http://hugin.svn.sourceforge.net/hugin/?rev=2546&view=rev Author: dmg Date: 2007-12-01 04:00:43 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Fixed typos in cmake script Modified Paths: -------------- hugin/trunk/CMakeLists.txt Modified: hugin/trunk/CMakeLists.txt =================================================================== --- hugin/trunk/CMakeLists.txt 2007-11-28 23:43:26 UTC (rev 2545) +++ hugin/trunk/CMakeLists.txt 2007-12-01 12:00:43 UTC (rev 2546) @@ -72,8 +72,8 @@ SET(PANO_LIBRARIES ${PANO13_LIBRARIES}) SET(PANO_INCLUDE_DIR ${PANO13_INCLUDE_DIR}) ELSEIF(PANO12_FOUND) - SET(PANO_LIBRARIES ${PANO13_LIBRARIES}) - SET(PANO_INCLUDE_DIR ${PANO13_INCLUDE_DIR}) + SET(PANO_LIBRARIES ${PANO12_LIBRARIES}) + SET(PANO_INCLUDE_DIR ${PANO12_INCLUDE_DIR}) ELSE(PANO13_FOUND) MESSAGE(SEND_ERROR "Either libpano13 or libpano12 are required") ENDIF(PANO13_FOUND) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |