projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c821c4
)
Make curl a required dependency, compilation fails without it
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 15 Mar 2015 15:18:15 +0000
(16:18 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 15 Mar 2015 15:18:15 +0000
(16:18 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
65aade4
..
83505a8
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-106,7
+106,7
@@
INCLUDE_DIRECTORIES(${VORBIS_INCLUDE_DIR})
FIND_PACKAGE(PhysFS REQUIRED)
INCLUDE_DIRECTORIES(${PHYSFS_INCLUDE_DIR})
-FIND_PACKAGE(CURL)
+FIND_PACKAGE(CURL
REQUIRED
)
IF(CURL_FOUND)
INCLUDE_DIRECTORIES(${CURL_INCLUDE_DIR})
SET(HAVE_LIBCURL TRUE)