mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 17:43:14 +01:00
Fix build on Linux.
Sorry for that, seems to work on OS X, even on case-sensitive file systems.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user