Fix build on Linux.

Sorry for that, seems to work on OS X, even on case-sensitive file systems.
This commit is contained in:
David Nadlinger
2012-07-24 19:13:31 +02:00
parent cb94195439
commit 61e4d9044a

View File

@@ -100,7 +100,7 @@ if(PHOBOS2_DIR)
#
# Locate curl.
#
find_package(curl REQUIRED)
find_package(CURL REQUIRED)
file(GLOB PHOBOS2_D ${PHOBOS2_DIR}/std/*.d)
file(GLOB PHOBOS2_D_NET ${PHOBOS2_DIR}/std/net/*.d)