Revision: 1546
http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1546&view=rev
Author: rorthomas
Date: 2010-12-11 12:04:43 +0000 (Sat, 11 Dec 2010)
Log Message:
-----------
added CURL finding on linux
Modified Paths:
--------------
trunk/CMakeDependenciesConfig.txt
Modified: trunk/CMakeDependenciesConfig.txt
===================================================================
--- trunk/CMakeDependenciesConfig.txt 2010-12-11 11:57:59 UTC (rev 1545)
+++ trunk/CMakeDependenciesConfig.txt 2010-12-11 12:04:43 UTC (rev 1546)
@@ -180,6 +180,9 @@
find_package(CURL)
if(NOT CURL_FOUND)
message(ERROR "curl not found, please install curl")
+ else(NOT CURL_FOUND)
+ set(CURL_INCLUDE_DIRS ${CURL_INCLUDE_DIR})
+ set(CURL_LIBRARIES ${CURL_LIBRARY})
endif(NOT CURL_FOUND)
# using cmake fingd modules
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel