Modified the cmakelists.txt file for the curl plugin so the proper
linker directories are set in Win32. The old cmakelists.txt would set
the lib release folder for debug builds as well. This should correct
that.
#this file is automatically generated 

    IF(WIN32)
        SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG} 
/NODEFAULTLIB:MSVCRT")
  ENDIF(WIN32)

INCLUDE_DIRECTORIES( ${CURL_INCLUDE_DIRS} )

SET(TARGET_SRC ReaderWriterCURL.cpp )


SET(TARGET_LIBRARIES_VARS CURL_LIBRARY )

#### end var setup  ###
SETUP_PLUGIN(curl)
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to