Skip to content
Snippets Groups Projects
Commit 87c28d1b authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

MRG

parents d77ddd02 28f320b0
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ int main(int argc, char* argv[]) ...@@ -49,7 +49,6 @@ int main(int argc, char* argv[])
std::string releaseVersion = "0"; std::string releaseVersion = "0";
std::string::size_type pos1 = std::string::npos; std::string::size_type pos1 = std::string::npos;
std::string::size_type pos2 = std::string::npos; std::string::size_type pos2 = std::string::npos;
std::string::size_type pos3 = std::string::npos;
pos1 = versionNumber.find(".", 0); pos1 = versionNumber.find(".", 0);
if(pos1 != std::string::npos) if(pos1 != std::string::npos)
......
...@@ -20,9 +20,7 @@ SET(ossimplugins_SOURCES ...@@ -20,9 +20,7 @@ SET(ossimplugins_SOURCES
ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} ) ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} )
IF( CYGWIN ) TARGET_LINK_LIBRARIES(otbossimplugins otbossim ${GDAL_LIBRARY})
TARGET_LINK_LIBRARIES(otbossimplugins otbossim ${GDAL_LIBRARY})
ENDIF( CYGWIN )
IF(OTB_LIBRARY_PROPERTIES) IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES}) SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES})
ENDIF(OTB_LIBRARY_PROPERTIES) ENDIF(OTB_LIBRARY_PROPERTIES)
......
...@@ -234,4 +234,4 @@ bool SensorParams::loadState(const ossimKeywordlist& kwl, const char* prefix) ...@@ -234,4 +234,4 @@ bool SensorParams::loadState(const ossimKeywordlist& kwl, const char* prefix)
return result; return result;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment