Changeset 11349 for OpenSceneGraph/trunk/src/osgPlugins/curl/CMakeLists.txt
- Timestamp:
- 04/20/10 13:23:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/curl/CMakeLists.txt
r10963 r11349 22 22 ) 23 23 24 IF(ZLIB_FOUND) 25 SET(TARGET_EXTERNAL_LIBRARIES ${CURL_LIBRARY} ${ZLIB_LIBRARY}) 24 IF(ZLIB_FOUND) 25 SET(TARGET_LIBRARIES_VARS 26 CURL_LIBRARY 27 ZLIB_LIBRARY) 26 28 ELSE() 27 SET(TARGET_EXTERNAL_LIBRARIES ${CURL_LIBRARY}) 29 SET(TARGET_LIBRARIES_VARS 30 CURL_LIBRARY) 28 31 ENDIF() 29 32
