cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=190f13f4300f8d4c7224906bde01d96328596dce
commit 190f13f4300f8d4c7224906bde01d96328596dce Author: Marcel Hollerbach <[email protected]> Date: Wed Mar 18 10:52:27 2015 +0100 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 <[email protected]> --- cmakeconfig/EioConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmakeconfig/EioConfig.cmake.in b/cmakeconfig/EioConfig.cmake.in index 2269bde..4eee17b 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") --
