From bd907b8e2cb7157986c9be4a8ff44792283869f5 Mon Sep 17 00:00:00 2001 From: Andreas Pakulat Date: Sat, 22 Dec 2007 23:30:06 +0000 Subject: Don't require FindKDEWIN to succeed, its just a convenience thing to not have to set CMAKE_INCLUDE_PATH and CMAKE_LIB_PATH when installing gnuwin32 libs into a "known" place (like C:\Program Files\win32libs). But that breaks things like emerge which already set the two variables and thus don't set KDEWIN_DIR and don't need to set it. If the convenience thing isn't needed FindKDEWIN.cmake can be removed completely CCMAIL:kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=751844 --- 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 7e9c36a5..aa62f649 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -18,7 +18,7 @@ if (WIN32) if (NOT KDEWIN32_DIR) if(NOT KDEWIN_FOUND) - find_package(KDEWIN REQUIRED) + find_package(KDEWIN) endif(NOT KDEWIN_FOUND) find_path(KDEWIN32_INCLUDE_DIR winposix_export.h -- cgit v1.2.1