From 95ffc4dde3715e66195bce7ec25c08a6b5e8cc73 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 7 Nov 2010 18:06:10 +0000 Subject: -remove the include guards again, they might keep us from including our own version, if first our version has been loaded (mark as loaded), then the one from cmake (with potentially different behaviour), and then again our version (not loaded because the first one has already marked the file as included) Alex svn path=/trunk/KDE/kdelibs/; revision=1193960 --- modules/FindPackageHandleStandardArgs.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/FindPackageHandleStandardArgs.cmake') diff --git a/modules/FindPackageHandleStandardArgs.cmake b/modules/FindPackageHandleStandardArgs.cmake index 2a20493f..1152ce6a 100644 --- a/modules/FindPackageHandleStandardArgs.cmake +++ b/modules/FindPackageHandleStandardArgs.cmake @@ -67,12 +67,6 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) -# Include guard, it's not necessary to parse this fail again and again: -IF(_FPHSA_ALREADY_INCLUDED) - RETURN() -ENDIF(_FPHSA_ALREADY_INCLUDED) -SET(_FPHSA_ALREADY_INCLUDED TRUE) - INCLUDE(FindPackageMessage) INCLUDE(CMakeParseArguments) -- cgit v1.2.1