summaryrefslogtreecommitdiff
path: root/cmakeconfig
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2015-03-18 10:52:27 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-03-18 10:52:30 +0100
commit190f13f4300f8d4c7224906bde01d96328596dce (patch)
treea5b903aa7e51c2192a0e9bfdf242acd077faf73b /cmakeconfig
parentd33508f407b50216c5268a1edaff565124daad3d (diff)
downloadefl-190f13f4300f8d4c7224906bde01d96328596dce.tar.gz
eio: fix cmake copy & paste error.
Summary: I copyed the original file from eet and forgot to change eet to eio, Sorry Reviewers: cedric, tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2177 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'cmakeconfig')
-rw-r--r--cmakeconfig/EioConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakeconfig/EioConfig.cmake.in b/cmakeconfig/EioConfig.cmake.in
index 2269bde535..4eee17bf7d 100644
--- a/cmakeconfig/EioConfig.cmake.in
+++ b/cmakeconfig/EioConfig.cmake.in
@@ -2,7 +2,7 @@
# EIO_INCLUDE_DIRS eio include directories
# EIO_LIBRARIES dependencys of eio
# EIO_DEFINITIONS compiler stuff to use it
-set(MY_PKG eet)
+set(MY_PKG eio)
find_package(PkgConfig)
if ("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" VERSION_GREATER "2.8.2")