From 98b828d70a0d23c5de29b30854685a9252b7762d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 15 Jun 2009 13:31:38 +0000 Subject: minor fix for finding the kdewin package svn path=/trunk/KDE/kdelibs/; revision=982307 --- modules/FindKDEWIN32.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index ec6ac8fa..6ed0492c 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -16,7 +16,7 @@ if (WIN32) if (NOT KDEWIN32_DIR) - find_path(KDEWIN32_INCLUDE_DIR winposix_export.h + find_path(KDEWIN32_INCLUDE_DIR kdewin_export.h winposix_export.h ${CMAKE_INCLUDE_PATH} ${CMAKE_INSTALL_PREFIX}/include ) -- cgit v1.2.1