From e1687642f536ee57fe1849ecaa19d9152cce23c3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 6 Feb 2014 10:07:13 +0000
Subject: [PATCH] Also for plain export.

---
 src/xpdev/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/CMakeLists.txt b/src/xpdev/CMakeLists.txt
index 9a9a69b45c..cdf6a0a9a9 100644
--- a/src/xpdev/CMakeLists.txt
+++ b/src/xpdev/CMakeLists.txt
@@ -187,7 +187,7 @@ if(NOT WIN32)
 endif()
 
 export(PACKAGE XPDev)
-export(TARGETS xpdev FILE xpdev.cmake)
+export(TARGETS xpdev FILE XPDevConfig.cmake)
 
 install(TARGETS xpdev DESTINATION lib EXPORT XPDevConfig)
 install(FILES ${INSTALL_HEADERS} DESTINATION include/xpdev)
-- 
GitLab