projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a0705
)
Fixed detection of libcurl
author
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 16 Dec 2007 13:02:21 +0000
(13:02 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 16 Dec 2007 13:02:21 +0000
(13:02 +0000)
SVN-Revision: 5195
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
c15419b
..
201a8c0
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-130,11
+130,11
@@
INCLUDE_DIRECTORIES(${PHYSFS_INCLUDE_DIR})
LINK_LIBRARIES(${PHYSFS_LIBRARY})
FIND_PACKAGE(CURL)
-IF(
${CURL_FOUND}
)
+IF(
CURL_FOUND
)
INCLUDE_DIRECTORIES(${CURL_INCLUDE_DIR})
LINK_LIBRARIES(${CURL_LIBRARY})
SET(HAVE_LIBCURL TRUE)
-ENDIF(
${CURL_FOUND}
)
+ENDIF(
CURL_FOUND
)
#FIND_PACKAGE(ICONV REQUIRED)
#INCLUDE_DIRECTORIES(${ICONV_INCLUDE_DIR})