KDE/kdelibs/cmake/modules
Andreas Pakulat
apaku at gmx.de
Sun Dec 23 00:30:07 CET 2007
SVN commit 751844 by apaku:
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 at kde.org
M +1 -1 FindKDEWIN32.cmake
--- trunk/KDE/kdelibs/cmake/modules/FindKDEWIN32.cmake #751843:751844
@@ -18,7 +18,7 @@
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
More information about the Kde-windows
mailing list