Skip to content

Commit

Permalink
From Sherman Wilcox, "Modified the cmakelists.txt file for the curl p…
Browse files Browse the repository at this point in the history
…lugin 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."
  • Loading branch information
robertosfield committed Apr 11, 2008
1 parent 6429937 commit 5893b99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/osgPlugins/curl/CMakeLists.txt
@@ -1,10 +1,14 @@
#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_EXTERNAL_LIBRARIES ${CURL_LIBRARY} )
SET(TARGET_LIBRARIES_VARS CURL_LIBRARY )

#### end var setup ###
SETUP_PLUGIN(curl)

0 comments on commit 5893b99

Please sign in to comment.