-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathConfigureChecks.cmake
More file actions
52 lines (45 loc) · 947 Bytes
/
ConfigureChecks.cmake
File metadata and controls
52 lines (45 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##################################################
##################################################
# Our Proprietary Libraries
#####
FIND_PACKAGE(izenelib REQUIRED
COMPONENTS
izene_util
index_manager
febird
am
izene_log
procmeminfo
leveldb
compressor
luxio
json
re2
sf1common
msgpack
)
FIND_PACKAGE(izenecma REQUIRED)
FIND_PACKAGE(izenejma REQUIRED)
FIND_PACKAGE(ilplib REQUIRED)
FIND_PACKAGE(XML2 REQUIRED)
FIND_PACKAGE(LibCURL REQUIRED)
FIND_PACKAGE(OpenSSL REQUIRED)
##################################################
# Other Libraries
#####
FIND_PACKAGE(Threads REQUIRED)
SET(Boost_ADDITIONAL_VERSIONS 1.40 1.40.0 1.39 1.39.0 1.38 1.38.0 1.37 1.37.0 1.36 1.36.0)
FIND_PACKAGE(Boost 1.36 REQUIRED
COMPONENTS
system
program_options
thread
regex
date_time
serialization
filesystem
unit_test_framework
iostreams
)
FIND_PACKAGE(TokyoCabinet 1.4.29 REQUIRED)
FIND_PACKAGE(Glog REQUIRED)