From 61e4d9044ade6f1deb1adc1a4c6949d7ccf97a3e Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 24 Jul 2012 19:13:31 +0200 Subject: [PATCH] Fix build on Linux. Sorry for that, seems to work on OS X, even on case-sensitive file systems. --- runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index e74683db..98e08f44 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -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)