diff options
Diffstat (limited to 'src/lib/eet/CMakeLists.txt')
-rw-r--r-- | src/lib/eet/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eet/CMakeLists.txt b/src/lib/eet/CMakeLists.txt index 813f29340e..76b71a47b5 100644 --- a/src/lib/eet/CMakeLists.txt +++ b/src/lib/eet/CMakeLists.txt | |||
@@ -2,7 +2,7 @@ set(DESCRIPTION "Library for speedy data storage, retrieval, and compression") | |||
2 | 2 | ||
3 | set(PKG_CONFIG_REQUIRES_PRIVATE | 3 | set(PKG_CONFIG_REQUIRES_PRIVATE |
4 | zlib>=1.2.3 | 4 | zlib>=1.2.3 |
5 | libjpeg | 5 | #libjpeg is hard to find. there is a cmake module that does find it. and thats checked in common.cmake |
6 | ) | 6 | ) |
7 | 7 | ||
8 | set(PUBLIC_LIBRARIES | 8 | set(PUBLIC_LIBRARIES |